Html Css Color HEX #818DC9 Wild Blue Yonder

📋 copy color: '#818DC9'

red 129 ◦ green 141 ◦ blue 201

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

Shades of Wild Blue Yonder #818DC9

Tints of Wild Blue Yonder #818DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.94%

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 27.39%
G = 29.94%
B = 42.68%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#818DC9 (or 0x818DC9) is known color: Wild Blue Yonder. HEX triplet: 81, 8D and C9. RGB value is (129,141,201). Sum of RGB (Red+Green+Blue) = 129+141+201=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #818DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DC9 is #7E7236. Grayscale: #909090. Windows color (decimal): -8286775 or 13208961. OLE color: 13208961.

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

Color convert

RGB 129 141 201 -
CMYK 0.36 0.30 0 0.21
HSL 230º 0.4% 0.65% -
HSV(B) 230º 0.36% 0.79% -
XYZ 29.12 27.93 59.12 -
YUV 144.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 129 141 201 0.36 0.30 0 0.21 230 0.4 0.65
Hex 81 8D C9 24 1E 0 15 E6 28 41
Octal 201 215 311 44 36 0 25 346 50 101
Binary 10000001 10001101 11001001 100100 11110 0 10101 11100110 101000 1000001

Color Harmonies of #818DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DC9

Black with #818DC9

Text Example


Text Example

White with #818DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,141,201); }

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

background-color css

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

 a { background-color: rgb(129,141,201); }

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

border-color css

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

 span { border-color: rgb(129,141,201); }

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