Html Css Color HEX #818FCE Portage

📋 copy color: '#818FCE'

red 129 ◦ green 143 ◦ blue 206

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

Shades of Portage #818FCE

Tints of Portage #818FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.92%

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

R = 26.99%
G = 29.92%
B = 43.1%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#818FCE (or 0x818FCE) is known color: Portage. HEX triplet: 81, 8F and CE. RGB value is (129,143,206). Sum of RGB (Red+Green+Blue) = 129+143+206=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #818FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FCE is #7E7031. Grayscale: #919191. Windows color (decimal): -8286258 or 13537153. OLE color: 13537153.

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

Color convert

RGB 129 143 206 -
CMYK 0.37 0.31 0 0.19
HSL 229.09º 0.44% 0.66% -
HSV(B) 229.09º 0.37% 0.81% -
XYZ 30.02 28.77 62.36 -
YUV 146 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 129 143 206 0.37 0.31 0 0.19 229.09 0.44 0.66
Hex 81 8F CE 25 1F 0 13 E5 2C 42
Octal 201 217 316 45 37 0 23 345 54 102
Binary 10000001 10001111 11001110 100101 11111 0 10011 11100101 101100 1000010

Color Harmonies of #818FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FCE

Black with #818FCE

Text Example


Text Example

White with #818FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818FCE; }

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

 H1.HeaderClassName
 {
   color: #818FCE;
 }
 .AnyTagClassName
 {
   color: #818FCE;
 }
</style>

background-color css

<style>
 a { background-color: #818FCE; }

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

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

border-color css

<style>
 span { border-color: #818FCE; }

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

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