Html Css Color HEX #8993BE Wild Blue Yonder

📋 copy color: '#8993BE'

red 137 ◦ green 147 ◦ blue 190

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

Shades of Wild Blue Yonder #8993BE

Tints of Wild Blue Yonder #8993BE

RGB

 RED value IS 137 (53.91% from 255) = 28.9%

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

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

R = 28.9%
G = 31.01%
B = 40.08%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8993BE (or 0x8993BE) is known color: Wild Blue Yonder. HEX triplet: 89, 93 and BE. RGB value is (137,147,190). Sum of RGB (Red+Green+Blue) = 137+147+190=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #8993BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8993BE is #766C41. Grayscale: #949494. Windows color (decimal): -7760962 or 12489609. OLE color: 12489609.

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

Color convert

RGB 137 147 190 -
CMYK 0.28 0.23 0 0.25
HSL 228.68º 0.29% 0.64% -
HSV(B) 228.68º 0.28% 0.75% -
XYZ 30.04 29.9 52.9 -
YUV 148.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 137 147 190 0.28 0.23 0 0.25 228.68 0.29 0.64
Hex 89 93 BE 1C 17 0 19 E5 1D 40
Octal 211 223 276 34 27 0 31 345 35 100
Binary 10001001 10010011 10111110 11100 10111 0 11001 11100101 11101 1000000

Color Harmonies of #8993BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8993BE

Black with #8993BE

Text Example


Text Example

White with #8993BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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