Html Css Color HEX #8195CE Portage

📋 copy color: '#8195CE'

red 129 ◦ green 149 ◦ blue 206

#8195CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8195CE

Tints of Portage #8195CE

RGB

 RED value IS 129 (50.78% from 255) = 26.65%

 GREEN value IS 149 (58.59% from 255) = 30.79%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 26.65%
G = 30.79%
B = 42.56%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8195CE (or 0x8195CE) is known color: Portage. HEX triplet: 81, 95 and CE. RGB value is (129,149,206). Sum of RGB (Red+Green+Blue) = 129+149+206=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8195CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195CE is #7E6A31. Grayscale: #959595. Windows color (decimal): -8284722 or 13538689. OLE color: 13538689.

HSL color Cylindrical-coordinate representation of color #8195CE: hue angle of 224.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8195CE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 149 206 -
CMYK 0.37 0.28 0 0.19
HSL 224.42º 0.44% 0.66% -
HSV(B) 224.42º 0.37% 0.81% -
XYZ 30.94 30.62 62.67 -
YUV 149.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 129 149 206 0.37 0.28 0 0.19 224.42 0.44 0.66
Hex 81 95 CE 25 1C 0 13 E0 2C 42
Octal 201 225 316 45 34 0 23 340 54 102
Binary 10000001 10010101 11001110 100101 11100 0 10011 11100000 101100 1000010

Color Harmonies of #8195CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8195CE

Black with #8195CE

Text Example


Text Example

White with #8195CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8195CE; }

 p { color: rgb(129,149,206); }

 H1.HeaderClassName
 {
   color: #8195CE;
 }
 .AnyTagClassName
 {
   color: #8195CE;
 }
</style>

background-color css

<style>
 a { background-color: #8195CE; }

 a { background-color: rgb(129,149,206); }

 div.DivClassName
 {
   background-color: #8195CE;
 }
 .BgClassName
 {
   background-color: #8195CE;
 }
</style>

border-color css

<style>
 span { border-color: #8195CE; }

 span { border-color: rgb(129,149,206); }

 td.TdClassName
 {
   border-color: #8195CE;
 }
 .TagClassName
 {
   border-color: #8195CE;
 }
</style>