Html Css Color HEX #8593BA Wild Blue Yonder

📋 copy color: '#8593BA'

red 133 ◦ green 147 ◦ blue 186

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

Shades of Wild Blue Yonder #8593BA

Tints of Wild Blue Yonder #8593BA

RGB

 RED value IS 133 (52.34% from 255) = 28.54%

 GREEN value IS 147 (57.81% from 255) = 31.55%

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

R = 28.54%
G = 31.55%
B = 39.91%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8593BA (or 0x8593BA) is known color: Wild Blue Yonder. HEX triplet: 85, 93 and BA. RGB value is (133,147,186). Sum of RGB (Red+Green+Blue) = 133+147+186=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8593BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593BA is #7A6C45. Grayscale: #939393. Windows color (decimal): -8023110 or 12227461. OLE color: 12227461.

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

Color convert

RGB 133 147 186 -
CMYK 0.28 0.21 0 0.27
HSL 224.15º 0.28% 0.63% -
HSV(B) 224.15º 0.28% 0.73% -
XYZ 28.97 29.4 50.6 -
YUV 147.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 133 147 186 0.28 0.21 0 0.27 224.15 0.28 0.63
Hex 85 93 BA 1C 15 0 1B E0 1C 3F
Octal 205 223 272 34 25 0 33 340 34 77
Binary 10000101 10010011 10111010 11100 10101 0 11011 11100000 11100 111111

Color Harmonies of #8593BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8593BA

Black with #8593BA

Text Example


Text Example

White with #8593BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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