Html Css Color HEX #9F6EFB Light Slate Blue

📋 copy color: '#9F6EFB'

red 159 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #9F6EFB

Tints of Light Slate Blue #9F6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.15%

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 30.58%
G = 21.15%
B = 48.27%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F6EFB (or 0x9F6EFB) is known color: Light Slate Blue. HEX triplet: 9F, 6E and FB. RGB value is (159,110,251). Sum of RGB (Red+Green+Blue) = 159+110+251=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F6EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6EFB is #609104. Grayscale: #8C8C8C. Windows color (decimal): -6328581 or 16477855. OLE color: 16477855.

HSL color Cylindrical-coordinate representation of color #9F6EFB: hue angle of 260.85º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F6EFB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 110 251 -
CMYK 0.37 0.56 0 0.02
HSL 260.85º 0.95% 0.71% -
HSV(B) 260.85º 0.56% 0.98% -
XYZ 37.29 25.49 94.22 -
YUV 140.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 159 110 251 0.37 0.56 0 0.02 260.85 0.95 0.71
Hex 9F 6E FB 25 38 0 2 105 5F 47
Octal 237 156 373 45 70 0 2 405 137 107
Binary 10011111 1101110 11111011 100101 111000 0 10 100000101 1011111 1000111

Color Harmonies of #9F6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6EFB

Black with #9F6EFB

Text Example


Text Example

White with #9F6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,110,251); }

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

background-color css

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

 a { background-color: rgb(159,110,251); }

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

border-color css

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

 span { border-color: rgb(159,110,251); }

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