Html Css Color HEX #8194CE Portage

📋 copy color: '#8194CE'

red 129 ◦ green 148 ◦ blue 206

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

Shades of Portage #8194CE

Tints of Portage #8194CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.64%

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

R = 26.71%
G = 30.64%
B = 42.65%

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

#8194CE (or 0x8194CE) is known color: Portage. HEX triplet: 81, 94 and CE. RGB value is (129,148,206). Sum of RGB (Red+Green+Blue) = 129+148+206=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #8194CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8194CE is #7E6B31. Grayscale: #949494. Windows color (decimal): -8284978 or 13538433. OLE color: 13538433.

HSL color Cylindrical-coordinate representation of color #8194CE: hue angle of 225.19º 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 #8194CE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 148 206 -
CMYK 0.37 0.28 0 0.19
HSL 225.19º 0.44% 0.66% -
HSV(B) 225.19º 0.37% 0.81% -
XYZ 30.78 30.3 62.62 -
YUV 148.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 129 148 206 0.37 0.28 0 0.19 225.19 0.44 0.66
Hex 81 94 CE 25 1C 0 13 E1 2C 42
Octal 201 224 316 45 34 0 23 341 54 102
Binary 10000001 10010100 11001110 100101 11100 0 10011 11100001 101100 1000010

Color Harmonies of #8194CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8194CE

Black with #8194CE

Text Example


Text Example

White with #8194CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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