Html Css Color HEX #9B90FF Light Slate Blue

📋 copy color: '#9B90FF'

red 155 ◦ green 144 ◦ blue 255

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

Shades of Light Slate Blue #9B90FF

Tints of Light Slate Blue #9B90FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.99%

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

R = 27.98%
G = 25.99%
B = 46.03%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B90FF (or 0x9B90FF) is known color: Light Slate Blue. HEX triplet: 9B, 90 and FF. RGB value is (155,144,255). Sum of RGB (Red+Green+Blue) = 155+144+255=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B90FF is #646F00. Grayscale: #9F9F9F. Windows color (decimal): -6582017 or 16748699. OLE color: 16748699.

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

Color convert

RGB 155 144 255 -
CMYK 0.39 0.44 0 0
HSL 245.95º 1% 0.78% -
HSV(B) 245.95º 0.44% 1% -
XYZ 41.54 34.14 99.01 -
YUV 159.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 155 144 255 0.39 0.44 0 0 245.95 1 0.78
Hex 9B 90 FF 27 2C 0 0 F6 64 4E
Octal 233 220 377 47 54 0 0 366 144 116
Binary 10011011 10010000 11111111 100111 101100 0 0 11110110 1100100 1001110

Color Harmonies of #9B90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B90FF

Black with #9B90FF

Text Example


Text Example

White with #9B90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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