Html Css Color HEX #8593BE Wild Blue Yonder

📋 copy color: '#8593BE'

red 133 ◦ green 147 ◦ blue 190

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

Shades of Wild Blue Yonder #8593BE

Tints of Wild Blue Yonder #8593BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.28%

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 28.3%
G = 31.28%
B = 40.43%

CMYK

 C value IS 0.3

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8593BE (or 0x8593BE) is known color: Wild Blue Yonder. HEX triplet: 85, 93 and BE. RGB value is (133,147,190). Sum of RGB (Red+Green+Blue) = 133+147+190=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #8593BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593BE is #7A6C41. Grayscale: #939393. Windows color (decimal): -8023106 or 12489605. OLE color: 12489605.

HSL color Cylindrical-coordinate representation of color #8593BE: hue angle of 225.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8593BE is Cyan = 0.3, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 147 190 -
CMYK 0.3 0.23 0 0.25
HSL 225.26º 0.3% 0.63% -
HSV(B) 225.26º 0.3% 0.75% -
XYZ 29.4 29.57 52.87 -
YUV 147.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 133 147 190 0.3 0.23 0 0.25 225.26 0.3 0.63
Hex 85 93 BE 1E 17 0 19 E1 1E 3F
Octal 205 223 276 36 27 0 31 341 36 77
Binary 10000101 10010011 10111110 11110 10111 0 11001 11100001 11110 111111

Color Harmonies of #8593BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8593BE

Black with #8593BE

Text Example


Text Example

White with #8593BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8593BE; }

 p { color: rgb(133,147,190); }

 H1.HeaderClassName
 {
   color: #8593BE;
 }
 .AnyTagClassName
 {
   color: #8593BE;
 }
</style>

background-color css

<style>
 a { background-color: #8593BE; }

 a { background-color: rgb(133,147,190); }

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

border-color css

<style>
 span { border-color: #8593BE; }

 span { border-color: rgb(133,147,190); }

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