Html Css Color HEX #9F94FE Light Slate Blue

📋 copy color: '#9F94FE'

red 159 ◦ green 148 ◦ blue 254

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

Shades of Light Slate Blue #9F94FE

Tints of Light Slate Blue #9F94FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.38%

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

R = 28.34%
G = 26.38%
B = 45.28%

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

#9F94FE (or 0x9F94FE) is known color: Light Slate Blue. HEX triplet: 9F, 94 and FE. RGB value is (159,148,254). Sum of RGB (Red+Green+Blue) = 159+148+254=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F94FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F94FE is #606B01. Grayscale: #A2A2A2. Windows color (decimal): -6318850 or 16684191. OLE color: 16684191.

HSL color Cylindrical-coordinate representation of color #9F94FE: hue angle of 246.23º 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 #9F94FE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 148 254 -
CMYK 0.37 0.42 0 0.00
HSL 246.23º 0.98% 0.79% -
HSV(B) 246.23º 0.42% 1% -
XYZ 42.78 35.71 98.4 -
YUV 163.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 159 148 254 0.37 0.42 0 0.00 246.23 0.98 0.79
Hex 9F 94 FE 25 2A 0 0 F6 62 4F
Octal 237 224 376 45 52 0 0 366 142 117
Binary 10011111 10010100 11111110 100101 101010 0 0 11110110 1100010 1001111

Color Harmonies of #9F94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F94FE

Black with #9F94FE

Text Example


Text Example

White with #9F94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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