Html Css Color HEX #818FC8 Wild Blue Yonder

📋 copy color: '#818FC8'

red 129 ◦ green 143 ◦ blue 200

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

Shades of Wild Blue Yonder #818FC8

Tints of Wild Blue Yonder #818FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.37%

R = 27.33%
G = 30.3%
B = 42.37%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#818FC8 (or 0x818FC8) is known color: Wild Blue Yonder. HEX triplet: 81, 8F and C8. RGB value is (129,143,200). Sum of RGB (Red+Green+Blue) = 129+143+200=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #818FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FC8 is #7E7037. Grayscale: #919191. Windows color (decimal): -8286264 or 13143937. OLE color: 13143937.

HSL color Cylindrical-coordinate representation of color #818FC8: hue angle of 228.17º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #818FC8 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 143 200 -
CMYK 0.36 0.28 0 0.22
HSL 228.17º 0.39% 0.65% -
HSV(B) 228.17º 0.36% 0.78% -
XYZ 29.3 28.48 58.6 -
YUV 145.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 129 143 200 0.36 0.28 0 0.22 228.17 0.39 0.65
Hex 81 8F C8 24 1C 0 16 E4 27 41
Octal 201 217 310 44 34 0 26 344 47 101
Binary 10000001 10001111 11001000 100100 11100 0 10110 11100100 100111 1000001

Color Harmonies of #818FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FC8

Black with #818FC8

Text Example


Text Example

White with #818FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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