#818FBB

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

Shades of Wild Blue Yonder #818FBB

Tints of Wild Blue Yonder #818FBB

Color information

#818FBB (or 0x818FBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8F and BB. RGB value is (129,143,187). Sum of RGB (Red+Green+Blue) = 129+143+187=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #818FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FBB is #7E7044. Grayscale: #8F8F8F. Windows color (decimal): -8286277 or 12291969. OLE color: 12291969.

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

Color convert

RGB129143187-
CMYK0.310.2400.27
HSL225.52º29.9%61.96%-
HSV(B)225.52º31.02%73.33%-
XYZ27.8527.950.93-
YUV143.83152.36117.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.10%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=28.10%
G=31.15%
B=40.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291431870.310.2400.27225.5229.961.96
Hex818FBB1F1801Be21e3e
Octal20121727337300333423676
Binary10000001100011111011101111111110000110111110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,143,187); }

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

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

 a { background-color: rgb(129,143,187); }

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

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

 span { border-color: rgb(129,143,187); }

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