Html Css Color HEX #8B93BE Wild Blue Yonder

📋 copy color: '#8B93BE'

red 139 ◦ green 147 ◦ blue 190

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

Shades of Wild Blue Yonder #8B93BE

Tints of Wild Blue Yonder #8B93BE

RGB

 RED value IS 139 (54.69% from 255) = 29.2%

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

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

R = 29.2%
G = 30.88%
B = 39.92%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B93BE (or 0x8B93BE) is known color: Wild Blue Yonder. HEX triplet: 8B, 93 and BE. RGB value is (139,147,190). Sum of RGB (Red+Green+Blue) = 139+147+190=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93BE is #746C41. Grayscale: #959595. Windows color (decimal): -7629890 or 12489611. OLE color: 12489611.

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

Color convert

RGB 139 147 190 -
CMYK 0.27 0.23 0 0.25
HSL 230.59º 0.28% 0.65% -
HSV(B) 230.59º 0.27% 0.75% -
XYZ 30.38 30.07 52.92 -
YUV 149.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 139 147 190 0.27 0.23 0 0.25 230.59 0.28 0.65
Hex 8B 93 BE 1B 17 0 19 E7 1C 41
Octal 213 223 276 33 27 0 31 347 34 101
Binary 10001011 10010011 10111110 11011 10111 0 11001 11100111 11100 1000001

Color Harmonies of #8B93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B93BE

Black with #8B93BE

Text Example


Text Example

White with #8B93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B93BE; }

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

 H1.HeaderClassName
 {
   color: #8B93BE;
 }
 .AnyTagClassName
 {
   color: #8B93BE;
 }
</style>

background-color css

<style>
 a { background-color: #8B93BE; }

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

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

border-color css

<style>
 span { border-color: #8B93BE; }

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

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