#8385BD

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

Shades of Wild Blue Yonder #8385BD

Tints of Wild Blue Yonder #8385BD

Color information

#8385BD (or 0x8385BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 85 and BD. RGB value is (131,133,189). Sum of RGB (Red+Green+Blue) = 131+133+189=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #8385BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385BD is #7C7A42. Grayscale: #8A8A8A. Windows color (decimal): -8157763 or 12420483. OLE color: 12420483.

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

Color convert

RGB131133189-
CMYK0.310.3000.26
HSL237.93º30.53%62.75%-
HSV(B)237.93º30.69%74.12%-
XYZ26.9325.2751.6-
YUV138.79156.34122.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.92%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=28.92%
G=29.36%
B=41.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311331890.310.3000.26237.9330.5362.75
Hex8385BD1F1E01Aee1f3f
Octal20320527537360323563777
Binary10000011100001011011110111111111100110101110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8385BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8385BD; }

 p { color: rgb(131,133,189); }

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

<style>
 a { background-color: #8385BD; }

 a { background-color: rgb(131,133,189); }

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

<style>
 span { border-color: #8385BD; }

 span { border-color: rgb(131,133,189); }

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