Html Css Color HEX #9B93FF Light Slate Blue

📋 copy color: '#9B93FF'

red 155 ◦ green 147 ◦ blue 255

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

Shades of Light Slate Blue #9B93FF

Tints of Light Slate Blue #9B93FF

RGB

 RED value IS 155 (60.94% from 255) = 27.83%

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

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

R = 27.83%
G = 26.39%
B = 45.78%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B93FF (or 0x9B93FF) is known color: Light Slate Blue. HEX triplet: 9B, 93 and FF. RGB value is (155,147,255). Sum of RGB (Red+Green+Blue) = 155+147+255=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B93FF is #646C00. Grayscale: #A1A1A1. Windows color (decimal): -6581249 or 16749467. OLE color: 16749467.

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

Color convert

RGB 155 147 255 -
CMYK 0.39 0.42 0 0
HSL 244.44º 1% 0.79% -
HSV(B) 244.44º 0.42% 1% -
XYZ 42 35.06 99.16 -
YUV 161.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 155 147 255 0.39 0.42 0 0 244.44 1 0.79
Hex 9B 93 FF 27 2A 0 0 F4 64 4F
Octal 233 223 377 47 52 0 0 364 144 117
Binary 10011011 10010011 11111111 100111 101010 0 0 11110100 1100100 1001111

Color Harmonies of #9B93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B93FF

Black with #9B93FF

Text Example


Text Example

White with #9B93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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