Html Css Color HEX #8589BF Wild Blue Yonder

📋 copy color: '#8589BF'

red 133 ◦ green 137 ◦ blue 191

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

Shades of Wild Blue Yonder #8589BF

Tints of Wild Blue Yonder #8589BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.43%

R = 28.85%
G = 29.72%
B = 41.43%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8589BF (or 0x8589BF) is known color: Wild Blue Yonder. HEX triplet: 85, 89 and BF. RGB value is (133,137,191). Sum of RGB (Red+Green+Blue) = 133+137+191=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #8589BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589BF is #7A7640. Grayscale: #8D8D8D. Windows color (decimal): -8025665 or 12552581. OLE color: 12552581.

HSL color Cylindrical-coordinate representation of color #8589BF: hue angle of 235.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8589BF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 137 191 -
CMYK 0.30 0.28 0 0.25
HSL 235.86º 0.31% 0.64% -
HSV(B) 235.86º 0.3% 0.75% -
XYZ 28.02 26.64 52.96 -
YUV 141.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 133 137 191 0.30 0.28 0 0.25 235.86 0.31 0.64
Hex 85 89 BF 1E 1C 0 19 EC 1F 40
Octal 205 211 277 36 34 0 31 354 37 100
Binary 10000101 10001001 10111111 11110 11100 0 11001 11101100 11111 1000000

Color Harmonies of #8589BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8589BF

Black with #8589BF

Text Example


Text Example

White with #8589BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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