Html Css Color HEX #8B93FF Light Slate Blue

📋 copy color: '#8B93FF'

red 139 ◦ green 147 ◦ blue 255

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

Shades of Light Slate Blue #8B93FF

Tints of Light Slate Blue #8B93FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.13%

R = 25.69%
G = 27.17%
B = 47.13%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8B93FF (or 0x8B93FF) is known color: Light Slate Blue. HEX triplet: 8B, 93 and FF. RGB value is (139,147,255). Sum of RGB (Red+Green+Blue) = 139+147+255=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B93FF is #746C00. Grayscale: #9C9C9C. Windows color (decimal): -7629825 or 16749451. OLE color: 16749451.

HSL color Cylindrical-coordinate representation of color #8B93FF: hue angle of 235.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B93FF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 139 147 255 -
CMYK 0.45 0.42 0 0
HSL 235.86º 1% 0.77% -
HSV(B) 235.86º 0.45% 1% -
XYZ 39.13 33.58 99.03 -
YUV 156.92 183.35 115.22 -
System Red Green Blue C M Y K H S L
Decimal 139 147 255 0.45 0.42 0 0 235.86 1 0.77
Hex 8B 93 FF 2D 2A 0 0 EC 64 4D
Octal 213 223 377 55 52 0 0 354 144 115
Binary 10001011 10010011 11111111 101101 101010 0 0 11101100 1100100 1001101

Color Harmonies of #8B93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B93FF

Black with #8B93FF

Text Example


Text Example

White with #8B93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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