Html Css Color HEX #8588BF Wild Blue Yonder

📋 copy color: '#8588BF'

red 133 ◦ green 136 ◦ blue 191

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

Shades of Wild Blue Yonder #8588BF

Tints of Wild Blue Yonder #8588BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.57%

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

R = 28.91%
G = 29.57%
B = 41.52%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8588BF (or 0x8588BF) is known color: Wild Blue Yonder. HEX triplet: 85, 88 and BF. RGB value is (133,136,191). Sum of RGB (Red+Green+Blue) = 133+136+191=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #8588BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588BF is #7A7740. Grayscale: #8D8D8D. Windows color (decimal): -8025921 or 12552325. OLE color: 12552325.

HSL color Cylindrical-coordinate representation of color #8588BF: hue angle of 236.9º 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 #8588BF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 136 191 -
CMYK 0.30 0.29 0 0.25
HSL 236.9º 0.31% 0.64% -
HSV(B) 236.9º 0.3% 0.75% -
XYZ 27.88 26.36 52.91 -
YUV 141.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 133 136 191 0.30 0.29 0 0.25 236.9 0.31 0.64
Hex 85 88 BF 1E 1D 0 19 ED 1F 40
Octal 205 210 277 36 35 0 31 355 37 100
Binary 10000101 10001000 10111111 11110 11101 0 11001 11101101 11111 1000000

Color Harmonies of #8588BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8588BF

Black with #8588BF

Text Example


Text Example

White with #8588BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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