Html Css Color HEX #9F78FE Light Slate Blue

📋 copy color: '#9F78FE'

red 159 ◦ green 120 ◦ blue 254

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

Shades of Light Slate Blue #9F78FE

Tints of Light Slate Blue #9F78FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.51%

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

R = 29.83%
G = 22.51%
B = 47.65%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F78FE (or 0x9F78FE) is known color: Light Slate Blue. HEX triplet: 9F, 78 and FE. RGB value is (159,120,254). Sum of RGB (Red+Green+Blue) = 159+120+254=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F78FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F78FE is #608701. Grayscale: #929292. Windows color (decimal): -6326018 or 16677023. OLE color: 16677023.

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

Color convert

RGB 159 120 254 -
CMYK 0.37 0.53 0 0.00
HSL 257.46º 0.99% 0.73% -
HSV(B) 257.46º 0.53% 1% -
XYZ 38.9 27.96 97.11 -
YUV 146.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 159 120 254 0.37 0.53 0 0.00 257.46 0.99 0.73
Hex 9F 78 FE 25 35 0 0 101 63 49
Octal 237 170 376 45 65 0 0 401 143 111
Binary 10011111 1111000 11111110 100101 110101 0 0 100000001 1100011 1001001

Color Harmonies of #9F78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F78FE

Black with #9F78FE

Text Example


Text Example

White with #9F78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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