Html Css Color HEX #9F7BFE Light Slate Blue

📋 copy color: '#9F7BFE'

red 159 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #9F7BFE

Tints of Light Slate Blue #9F7BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.95%

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

R = 29.66%
G = 22.95%
B = 47.39%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F7BFE (or 0x9F7BFE) is known color: Light Slate Blue. HEX triplet: 9F, 7B and FE. RGB value is (159,123,254). Sum of RGB (Red+Green+Blue) = 159+123+254=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F7BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7BFE is #608401. Grayscale: #949494. Windows color (decimal): -6325250 or 16677791. OLE color: 16677791.

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

Color convert

RGB 159 123 254 -
CMYK 0.37 0.52 0 0.00
HSL 256.49º 0.98% 0.74% -
HSV(B) 256.49º 0.52% 1% -
XYZ 39.27 28.69 97.23 -
YUV 148.7 187.43 135.35 -
System Red Green Blue C M Y K H S L
Decimal 159 123 254 0.37 0.52 0 0.00 256.49 0.98 0.74
Hex 9F 7B FE 25 34 0 0 100 62 4A
Octal 237 173 376 45 64 0 0 400 142 112
Binary 10011111 1111011 11111110 100101 110100 0 0 100000000 1100010 1001010

Color Harmonies of #9F7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7BFE

Black with #9F7BFE

Text Example


Text Example

White with #9F7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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