Html Css Color HEX #8594BA Wild Blue Yonder

📋 copy color: '#8594BA'

red 133 ◦ green 148 ◦ blue 186

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

Shades of Wild Blue Yonder #8594BA

Tints of Wild Blue Yonder #8594BA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

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

R = 28.48%
G = 31.69%
B = 39.83%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8594BA (or 0x8594BA) is known color: Wild Blue Yonder. HEX triplet: 85, 94 and BA. RGB value is (133,148,186). Sum of RGB (Red+Green+Blue) = 133+148+186=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8594BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594BA is #7A6B45. Grayscale: #939393. Windows color (decimal): -8022854 or 12227717. OLE color: 12227717.

HSL color Cylindrical-coordinate representation of color #8594BA: hue angle of 223.02º 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 #8594BA is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 148 186 -
CMYK 0.28 0.20 0 0.27
HSL 223.02º 0.28% 0.63% -
HSV(B) 223.02º 0.28% 0.73% -
XYZ 29.13 29.71 50.65 -
YUV 147.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 133 148 186 0.28 0.20 0 0.27 223.02 0.28 0.63
Hex 85 94 BA 1C 14 0 1B DF 1C 3F
Octal 205 224 272 34 24 0 33 337 34 77
Binary 10000101 10010100 10111010 11100 10100 0 11011 11011111 11100 111111

Color Harmonies of #8594BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8594BA

Black with #8594BA

Text Example


Text Example

White with #8594BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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