#818CBC

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

Shades of Wild Blue Yonder #818CBC

Tints of Wild Blue Yonder #818CBC

Color information

#818CBC (or 0x818CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8C and BC. RGB value is (129,140,188). Sum of RGB (Red+Green+Blue) = 129+140+188=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #818CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CBC is #7E7343. Grayscale: #8D8D8D. Windows color (decimal): -8287044 or 12356737. OLE color: 12356737.

HSL color Cylindrical-coordinate representation of color #818CBC: hue angle of 228.81º 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 #818CBC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129140188-
CMYK0.310.2600.26
HSL228.81º30.57%62.16%-
HSV(B)228.81º31.38%73.73%-
XYZ27.5127.0551.35-
YUV142.18153.86118.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.23%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=28.23%
G=30.63%
B=41.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291401880.310.2600.26228.8130.5762.16
Hex818CBC1F1A01Ae51f3e
Octal20121427437320323453776
Binary10000001100011001011110011111110100110101110010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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