#858BC6

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

Shades of Wild Blue Yonder #858BC6

Tints of Wild Blue Yonder #858BC6

Color information

#858BC6 (or 0x858BC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8B and C6. RGB value is (133,139,198). Sum of RGB (Red+Green+Blue) = 133+139+198=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #858BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BC6 is #7A7439. Grayscale: #8F8F8F. Windows color (decimal): -8025146 or 13011845. OLE color: 13011845.

HSL color Cylindrical-coordinate representation of color #858BC6: hue angle of 234.46º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #858BC6 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB133139198-
CMYK0.330.3000.22
HSL234.46º36.31%64.9%-
HSV(B)234.46º32.83%77.65%-
XYZ29.127.5357.21-
YUV143.93158.51120.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 198 (77.73% from 255) = 42.13%
R=28.30%
G=29.57%
B=42.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331391980.330.3000.22234.4636.3164.9
Hex858BC6211E016ea2441
Octal205213306413602635244101
Binary10000101100010111100011010000111110010110111010101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,139,198); }

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

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

 a { background-color: rgb(133,139,198); }

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

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

 span { border-color: rgb(133,139,198); }

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