Html Css Color HEX #9F78FF Light Slate Blue

📋 copy color: '#9F78FF'

red 159 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #9F78FF

Tints of Light Slate Blue #9F78FF

RGB

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

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

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

R = 29.78%
G = 22.47%
B = 47.75%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F78FF (or 0x9F78FF) is known color: Light Slate Blue. HEX triplet: 9F, 78 and FF. RGB value is (159,120,255). Sum of RGB (Red+Green+Blue) = 159+120+255=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F78FF is #608700. Grayscale: #929292. Windows color (decimal): -6326017 or 16742559. OLE color: 16742559.

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

Color convert

RGB 159 120 255 -
CMYK 0.38 0.53 0 0
HSL 257.33º 1% 0.74% -
HSV(B) 257.33º 0.53% 1% -
XYZ 39.06 28.02 97.96 -
YUV 147.05 188.92 136.52 -
System Red Green Blue C M Y K H S L
Decimal 159 120 255 0.38 0.53 0 0 257.33 1 0.74
Hex 9F 78 FF 26 35 0 0 101 64 4A
Octal 237 170 377 46 65 0 0 401 144 112
Binary 10011111 1111000 11111111 100110 110101 0 0 100000001 1100100 1001010

Color Harmonies of #9F78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F78FF

Black with #9F78FF

Text Example


Text Example

White with #9F78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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