#818ABC

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

Shades of Wild Blue Yonder #818ABC

Tints of Wild Blue Yonder #818ABC

Color information

#818ABC (or 0x818ABC) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8A and BC. RGB value is (129,138,188). Sum of RGB (Red+Green+Blue) = 129+138+188=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #818ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ABC is #7E7543. Grayscale: #8C8C8C. Windows color (decimal): -8287556 or 12356225. OLE color: 12356225.

HSL color Cylindrical-coordinate representation of color #818ABC: hue angle of 230.85º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #818ABC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129138188-
CMYK0.310.2700.26
HSL230.85º30.57%62.16%-
HSV(B)230.85º31.38%73.73%-
XYZ27.2226.4751.25-
YUV141.01154.52119.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.35%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=28.35%
G=30.33%
B=41.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291381880.310.2700.26230.8530.5762.16
Hex818ABC1F1B01Ae71f3e
Octal20121227437330323473776
Binary10000001100010101011110011111110110110101110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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