Html Css Color HEX #9F90FF Light Slate Blue

📋 copy color: '#9F90FF'

red 159 ◦ green 144 ◦ blue 255

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

Shades of Light Slate Blue #9F90FF

Tints of Light Slate Blue #9F90FF

RGB

 RED value IS 159 (62.5% from 255) = 28.49%

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

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

R = 28.49%
G = 25.81%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F90FF (or 0x9F90FF) is known color: Light Slate Blue. HEX triplet: 9F, 90 and FF. RGB value is (159,144,255). Sum of RGB (Red+Green+Blue) = 159+144+255=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90FF is #606F00. Grayscale: #A0A0A0. Windows color (decimal): -6319873 or 16748703. OLE color: 16748703.

HSL color Cylindrical-coordinate representation of color #9F90FF: hue angle of 248.11º 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 #9F90FF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 144 255 -
CMYK 0.38 0.44 0 0
HSL 248.11º 1% 0.78% -
HSV(B) 248.11º 0.44% 1% -
XYZ 42.32 34.54 99.04 -
YUV 161.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 159 144 255 0.38 0.44 0 0 248.11 1 0.78
Hex 9F 90 FF 26 2C 0 0 F8 64 4E
Octal 237 220 377 46 54 0 0 370 144 116
Binary 10011111 10010000 11111111 100110 101100 0 0 11111000 1100100 1001110

Color Harmonies of #9F90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90FF

Black with #9F90FF

Text Example


Text Example

White with #9F90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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