Html Css Color HEX #818FC9 Wild Blue Yonder

📋 copy color: '#818FC9'

red 129 ◦ green 143 ◦ blue 201

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

Shades of Wild Blue Yonder #818FC9

Tints of Wild Blue Yonder #818FC9

RGB

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

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

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

R = 27.27%
G = 30.23%
B = 42.49%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#818FC9 (or 0x818FC9) is known color: Wild Blue Yonder. HEX triplet: 81, 8F and C9. RGB value is (129,143,201). Sum of RGB (Red+Green+Blue) = 129+143+201=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #818FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FC9 is #7E7036. Grayscale: #919191. Windows color (decimal): -8286263 or 13209473. OLE color: 13209473.

HSL color Cylindrical-coordinate representation of color #818FC9: hue angle of 228.33º 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 #818FC9 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 143 201 -
CMYK 0.36 0.29 0 0.21
HSL 228.33º 0.4% 0.65% -
HSV(B) 228.33º 0.36% 0.79% -
XYZ 29.42 28.53 59.21 -
YUV 145.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 129 143 201 0.36 0.29 0 0.21 228.33 0.4 0.65
Hex 81 8F C9 24 1D 0 15 E4 28 41
Octal 201 217 311 44 35 0 25 344 50 101
Binary 10000001 10001111 11001001 100100 11101 0 10101 11100100 101000 1000001

Color Harmonies of #818FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FC9

Black with #818FC9

Text Example


Text Example

White with #818FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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