Html Css Color HEX #8590B7 Wild Blue Yonder

📋 copy color: '#8590B7'

red 133 ◦ green 144 ◦ blue 183

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

Shades of Wild Blue Yonder #8590B7

Tints of Wild Blue Yonder #8590B7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.3%

 BLUE value IS 183 (71.88% from 255) = 39.78%

R = 28.91%
G = 31.3%
B = 39.78%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8590B7 (or 0x8590B7) is known color: Wild Blue Yonder. HEX triplet: 85, 90 and B7. RGB value is (133,144,183). Sum of RGB (Red+Green+Blue) = 133+144+183=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 183 - color contains mainly: blue. Hex color #8590B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590B7 is #7A6F48. Grayscale: #909090. Windows color (decimal): -8023881 or 12030085. OLE color: 12030085.

HSL color Cylindrical-coordinate representation of color #8590B7: hue angle of 226.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8590B7 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 144 183 -
CMYK 0.27 0.21 0 0.28
HSL 226.8º 0.26% 0.62% -
HSV(B) 226.8º 0.27% 0.72% -
XYZ 28.19 28.35 48.79 -
YUV 145.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 133 144 183 0.27 0.21 0 0.28 226.8 0.26 0.62
Hex 85 90 B7 1B 15 0 1C E3 1A 3E
Octal 205 220 267 33 25 0 34 343 32 76
Binary 10000101 10010000 10110111 11011 10101 0 11100 11100011 11010 111110

Color Harmonies of #8590B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8590B7

Black with #8590B7

Text Example


Text Example

White with #8590B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8590B7; }

 p { color: rgb(133,144,183); }

 H1.HeaderClassName
 {
   color: #8590B7;
 }
 .AnyTagClassName
 {
   color: #8590B7;
 }
</style>

background-color css

<style>
 a { background-color: #8590B7; }

 a { background-color: rgb(133,144,183); }

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

border-color css

<style>
 span { border-color: #8590B7; }

 span { border-color: rgb(133,144,183); }

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