Html Css Color HEX #9F78FA Light Slate Blue

📋 copy color: '#9F78FA'

red 159 ◦ green 120 ◦ blue 250

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

Shades of Light Slate Blue #9F78FA

Tints of Light Slate Blue #9F78FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 30.06%
G = 22.68%
B = 47.26%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F78FA (or 0x9F78FA) is known color: Light Slate Blue. HEX triplet: 9F, 78 and FA. RGB value is (159,120,250). Sum of RGB (Red+Green+Blue) = 159+120+250=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F78FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F78FA is #608705. Grayscale: #929292. Windows color (decimal): -6326022 or 16414879. OLE color: 16414879.

HSL color Cylindrical-coordinate representation of color #9F78FA: hue angle of 258º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F78FA is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 120 250 -
CMYK 0.36 0.52 0 0.02
HSL 258º 0.93% 0.73% -
HSV(B) 258º 0.52% 0.98% -
XYZ 38.27 27.71 93.77 -
YUV 146.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 159 120 250 0.36 0.52 0 0.02 258 0.93 0.73
Hex 9F 78 FA 24 34 0 2 102 5D 49
Octal 237 170 372 44 64 0 2 402 135 111
Binary 10011111 1111000 11111010 100100 110100 0 10 100000010 1011101 1001001

Color Harmonies of #9F78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F78FA

Black with #9F78FA

Text Example


Text Example

White with #9F78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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