#8385B4

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

Shades of Wild Blue Yonder #8385B4

Tints of Wild Blue Yonder #8385B4

Color information

#8385B4 (or 0x8385B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 85 and B4. RGB value is (131,133,180). Sum of RGB (Red+Green+Blue) = 131+133+180=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #8385B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385B4 is #7C7A4B. Grayscale: #898989. Windows color (decimal): -8157772 or 11830659. OLE color: 11830659.

HSL color Cylindrical-coordinate representation of color #8385B4: hue angle of 237.55º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8385B4 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131133180-
CMYK0.270.2600.29
HSL237.55º24.62%60.98%-
HSV(B)237.55º27.22%70.59%-
XYZ25.9924.946.62-
YUV137.76151.84123.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=29.50%
G=29.95%
B=40.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311331800.270.2600.29237.5524.6260.98
Hex8385B41B1A01Dee193d
Octal20320526433320353563175
Binary10000011100001011011010011011110100111011110111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8385B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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