#8B93C0

Color #8B93C0 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #8B93C0

Tints of Wild Blue Yonder #8B93C0

Color information

#8B93C0 (or 0x8B93C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 8B, 93 and C0. RGB value is (139,147,192). Sum of RGB (Red+Green+Blue) = 139+147+192=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #8B93C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93C0 is #746C3F. Grayscale: #959595. Windows color (decimal): -7629888 or 12620683. OLE color: 12620683.

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

Color convert

RGB139147192-
CMYK0.280.2300.25
HSL230.94º29.61%64.9%-
HSV(B)230.94º27.6%75.29%-
XYZ30.630.1654.08-
YUV149.74151.85120.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.08%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 192 (75.39% from 255) = 40.17%
R=29.08%
G=30.75%
B=40.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391471920.280.2300.25230.9429.6164.9
Hex8B93C01C17019e71e41
Octal213223300342703134736101
Binary100010111001001111000000111001011101100111100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B93C0;
 }
 .AnyTagClassName
 {
   color: #8B93C0;
 }
</style>
background-color css

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

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

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

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

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

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