Html Css Color HEX #9F93FE Light Slate Blue

📋 copy color: '#9F93FE'

red 159 ◦ green 147 ◦ blue 254

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

Shades of Light Slate Blue #9F93FE

Tints of Light Slate Blue #9F93FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 28.39%
G = 26.25%
B = 45.36%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F93FE (or 0x9F93FE) is known color: Light Slate Blue. HEX triplet: 9F, 93 and FE. RGB value is (159,147,254). Sum of RGB (Red+Green+Blue) = 159+147+254=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F93FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F93FE is #606C01. Grayscale: #A2A2A2. Windows color (decimal): -6319106 or 16683935. OLE color: 16683935.

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

Color convert

RGB 159 147 254 -
CMYK 0.37 0.42 0 0.00
HSL 246.73º 0.98% 0.79% -
HSV(B) 246.73º 0.42% 1% -
XYZ 42.62 35.39 98.35 -
YUV 162.79 179.48 125.3 -
System Red Green Blue C M Y K H S L
Decimal 159 147 254 0.37 0.42 0 0.00 246.73 0.98 0.79
Hex 9F 93 FE 25 2A 0 0 F7 62 4F
Octal 237 223 376 45 52 0 0 367 142 117
Binary 10011111 10010011 11111110 100101 101010 0 0 11110111 1100010 1001111

Color Harmonies of #9F93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F93FE

Black with #9F93FE

Text Example


Text Example

White with #9F93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,147,254); }

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

background-color css

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

 a { background-color: rgb(159,147,254); }

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

border-color css

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

 span { border-color: rgb(159,147,254); }

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