#858FB3

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

Shades of Wild Blue Yonder #858FB3

Tints of Wild Blue Yonder #858FB3

Color information

#858FB3 (or 0x858FB3) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8F and B3. RGB value is (133,143,179). Sum of RGB (Red+Green+Blue) = 133+143+179=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #858FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FB3 is #7A704C. Grayscale: #8F8F8F. Windows color (decimal): -8024141 or 11767685. OLE color: 11767685.

HSL color Cylindrical-coordinate representation of color #858FB3: hue angle of 226.96º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858FB3 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB133143179-
CMYK0.260.2000.30
HSL226.96º23.23%61.18%-
HSV(B)226.96º25.7%70.2%-
XYZ27.6327.8946.57-
YUV144.11147.69120.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=29.23%
G=31.43%
B=39.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331431790.260.2000.30226.9623.2361.18
Hex858FB31A1401Ee3173d
Octal20521726332240363432775
Binary10000101100011111011001111010101000111101110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858FB3; }

 p { color: rgb(133,143,179); }

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

<style>
 a { background-color: #858FB3; }

 a { background-color: rgb(133,143,179); }

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

<style>
 span { border-color: #858FB3; }

 span { border-color: rgb(133,143,179); }

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