Html Css Color HEX #818CC0 Wild Blue Yonder

📋 copy color: '#818CC0'

red 129 ◦ green 140 ◦ blue 192

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

Shades of Wild Blue Yonder #818CC0

Tints of Wild Blue Yonder #818CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

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

R = 27.98%
G = 30.37%
B = 41.65%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#818CC0 (or 0x818CC0) is known color: Wild Blue Yonder. HEX triplet: 81, 8C and C0. RGB value is (129,140,192). Sum of RGB (Red+Green+Blue) = 129+140+192=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #818CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CC0 is #7E733F. Grayscale: #8E8E8E. Windows color (decimal): -8287040 or 12618881. OLE color: 12618881.

HSL color Cylindrical-coordinate representation of color #818CC0: hue angle of 229.52º 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 #818CC0 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 140 192 -
CMYK 0.33 0.27 0 0.25
HSL 229.52º 0.33% 0.63% -
HSV(B) 229.52º 0.33% 0.75% -
XYZ 27.95 27.23 53.65 -
YUV 142.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 129 140 192 0.33 0.27 0 0.25 229.52 0.33 0.63
Hex 81 8C C0 21 1B 0 19 E6 21 3F
Octal 201 214 300 41 33 0 31 346 41 77
Binary 10000001 10001100 11000000 100001 11011 0 11001 11100110 100001 111111

Color Harmonies of #818CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CC0

Black with #818CC0

Text Example


Text Example

White with #818CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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