Html Css Color HEX #818EC0 Wild Blue Yonder

📋 copy color: '#818EC0'

red 129 ◦ green 142 ◦ blue 192

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

Shades of Wild Blue Yonder #818EC0

Tints of Wild Blue Yonder #818EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 27.86%
G = 30.67%
B = 41.47%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#818EC0 (or 0x818EC0) is known color: Wild Blue Yonder. HEX triplet: 81, 8E and C0. RGB value is (129,142,192). Sum of RGB (Red+Green+Blue) = 129+142+192=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #818EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EC0 is #7E713F. Grayscale: #8F8F8F. Windows color (decimal): -8286528 or 12619393. OLE color: 12619393.

HSL color Cylindrical-coordinate representation of color #818EC0: hue angle of 227.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #818EC0 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 142 192 -
CMYK 0.33 0.26 0 0.25
HSL 227.62º 0.33% 0.63% -
HSV(B) 227.62º 0.33% 0.75% -
XYZ 28.24 27.82 53.75 -
YUV 143.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 129 142 192 0.33 0.26 0 0.25 227.62 0.33 0.63
Hex 81 8E C0 21 1A 0 19 E4 21 3F
Octal 201 216 300 41 32 0 31 344 41 77
Binary 10000001 10001110 11000000 100001 11010 0 11001 11100100 100001 111111

Color Harmonies of #818EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EC0

Black with #818EC0

Text Example


Text Example

White with #818EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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