Html Css Color HEX #8385BA Wild Blue Yonder

📋 copy color: '#8385BA'

red 131 ◦ green 133 ◦ blue 186

#8385BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #8385BA

Tints of Wild Blue Yonder #8385BA

RGB

 RED value IS 131 (51.56% from 255) = 29.11%

 GREEN value IS 133 (52.34% from 255) = 29.56%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 29.11%
G = 29.56%
B = 41.33%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8385BA (or 0x8385BA) is known color: Wild Blue Yonder. HEX triplet: 83, 85 and BA. RGB value is (131,133,186). Sum of RGB (Red+Green+Blue) = 131+133+186=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #8385BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385BA is #7C7A45. Grayscale: #8A8A8A. Windows color (decimal): -8157766 or 12223875. OLE color: 12223875.

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

Color convert

RGB 131 133 186 -
CMYK 0.30 0.28 0 0.27
HSL 237.82º 0.28% 0.62% -
HSV(B) 237.82º 0.3% 0.73% -
XYZ 26.61 25.15 49.91 -
YUV 138.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 131 133 186 0.30 0.28 0 0.27 237.82 0.28 0.62
Hex 83 85 BA 1E 1C 0 1B EE 1C 3E
Octal 203 205 272 36 34 0 33 356 34 76
Binary 10000011 10000101 10111010 11110 11100 0 11011 11101110 11100 111110

Color Harmonies of #8385BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8385BA

Black with #8385BA

Text Example


Text Example

White with #8385BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8385BA;
 }
 .AnyTagClassName
 {
   color: #8385BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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