#818ACA

Color #818ACA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #818ACA

Tints of Wild Blue Yonder #818ACA

Color information

#818ACA (or 0x818ACA) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8A and CA. RGB value is (129,138,202). Sum of RGB (Red+Green+Blue) = 129+138+202=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #818ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ACA is #7E7535. Grayscale: #8E8E8E. Windows color (decimal): -8287542 or 13273729. OLE color: 13273729.

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

Color convert

RGB129138202-
CMYK0.360.3200.21
HSL232.6º40.78%64.9%-
HSV(B)232.6º36.14%79.22%-
XYZ28.827.1159.59-
YUV142.6161.52118.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=27.51%
G=29.42%
B=43.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291382020.360.3200.21232.640.7864.9
Hex818ACA2420015e92941
Octal201212312444002535151101
Binary100000011000101011001010100100100000010101111010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,138,202); }

 H1.HeaderClassName
 {
   color: #818ACA;
 }
 .AnyTagClassName
 {
   color: #818ACA;
 }
</style>
background-color css

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

 a { background-color: rgb(129,138,202); }

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

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

 span { border-color: rgb(129,138,202); }

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