Html Css Color HEX #818DC2 Wild Blue Yonder

📋 copy color: '#818DC2'

red 129 ◦ green 141 ◦ blue 194

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

Shades of Wild Blue Yonder #818DC2

Tints of Wild Blue Yonder #818DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.81%

R = 27.8%
G = 30.39%
B = 41.81%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#818DC2 (or 0x818DC2) is known color: Wild Blue Yonder. HEX triplet: 81, 8D and C2. RGB value is (129,141,194). Sum of RGB (Red+Green+Blue) = 129+141+194=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #818DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DC2 is #7E723D. Grayscale: #8F8F8F. Windows color (decimal): -8286782 or 12750209. OLE color: 12750209.

HSL color Cylindrical-coordinate representation of color #818DC2: hue angle of 228.92º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #818DC2 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 141 194 -
CMYK 0.34 0.27 0 0.24
HSL 228.92º 0.35% 0.63% -
HSV(B) 228.92º 0.34% 0.76% -
XYZ 28.32 27.61 54.88 -
YUV 143.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 129 141 194 0.34 0.27 0 0.24 228.92 0.35 0.63
Hex 81 8D C2 22 1B 0 18 E5 23 3F
Octal 201 215 302 42 33 0 30 345 43 77
Binary 10000001 10001101 11000010 100010 11011 0 11000 11100101 100011 111111

Color Harmonies of #818DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DC2

Black with #818DC2

Text Example


Text Example

White with #818DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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