Html Css Color HEX #8589B4 Wild Blue Yonder

📋 copy color: '#8589B4'

red 133 ◦ green 137 ◦ blue 180

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

Shades of Wild Blue Yonder #8589B4

Tints of Wild Blue Yonder #8589B4

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.44%

 BLUE value IS 180 (70.7% from 255) = 40%

R = 29.56%
G = 30.44%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8589B4 (or 0x8589B4) is known color: Wild Blue Yonder. HEX triplet: 85, 89 and B4. RGB value is (133,137,180). Sum of RGB (Red+Green+Blue) = 133+137+180=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #8589B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589B4 is #7A764B. Grayscale: #8C8C8C. Windows color (decimal): -8025676 or 11831685. OLE color: 11831685.

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

Color convert

RGB 133 137 180 -
CMYK 0.26 0.24 0 0.29
HSL 234.89º 0.24% 0.61% -
HSV(B) 234.89º 0.26% 0.71% -
XYZ 26.86 26.17 46.82 -
YUV 140.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 133 137 180 0.26 0.24 0 0.29 234.89 0.24 0.61
Hex 85 89 B4 1A 18 0 1D EB 18 3D
Octal 205 211 264 32 30 0 35 353 30 75
Binary 10000101 10001001 10110100 11010 11000 0 11101 11101011 11000 111101

Color Harmonies of #8589B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8589B4

Black with #8589B4

Text Example


Text Example

White with #8589B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8589B4;
 }
 .AnyTagClassName
 {
   color: #8589B4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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