Html Css Color HEX #818ECB Portage

📋 copy color: '#818ECB'

red 129 ◦ green 142 ◦ blue 203

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

Shades of Portage #818ECB

Tints of Portage #818ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.96%

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 27.22%
G = 29.96%
B = 42.83%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#818ECB (or 0x818ECB) is known color: Portage. HEX triplet: 81, 8E and CB. RGB value is (129,142,203). Sum of RGB (Red+Green+Blue) = 129+142+203=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #818ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ECB is #7E7134. Grayscale: #909090. Windows color (decimal): -8286517 or 13340289. OLE color: 13340289.

HSL color Cylindrical-coordinate representation of color #818ECB: hue angle of 229.46º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #818ECB is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 142 203 -
CMYK 0.36 0.30 0 0.20
HSL 229.46º 0.42% 0.65% -
HSV(B) 229.46º 0.36% 0.8% -
XYZ 29.51 28.32 60.41 -
YUV 145.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 129 142 203 0.36 0.30 0 0.20 229.46 0.42 0.65
Hex 81 8E CB 24 1E 0 14 E5 2A 41
Octal 201 216 313 44 36 0 24 345 52 101
Binary 10000001 10001110 11001011 100100 11110 0 10100 11100101 101010 1000001

Color Harmonies of #818ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ECB

Black with #818ECB

Text Example


Text Example

White with #818ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,142,203); }

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

background-color css

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

 a { background-color: rgb(129,142,203); }

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

border-color css

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

 span { border-color: rgb(129,142,203); }

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