Html Css Color HEX #9F8CFD Light Slate Blue

📋 copy color: '#9F8CFD'

red 159 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #9F8CFD

Tints of Light Slate Blue #9F8CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 28.8%
G = 25.36%
B = 45.83%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F8CFD (or 0x9F8CFD) is known color: Light Slate Blue. HEX triplet: 9F, 8C and FD. RGB value is (159,140,253). Sum of RGB (Red+Green+Blue) = 159+140+253=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8CFD is #607302. Grayscale: #9E9E9E. Windows color (decimal): -6320899 or 16616607. OLE color: 16616607.

HSL color Cylindrical-coordinate representation of color #9F8CFD: hue angle of 250.09º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F8CFD is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 140 253 -
CMYK 0.37 0.45 0 0.01
HSL 250.09º 0.97% 0.77% -
HSV(B) 250.09º 0.45% 0.99% -
XYZ 41.41 33.22 97.16 -
YUV 158.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 159 140 253 0.37 0.45 0 0.01 250.09 0.97 0.77
Hex 9F 8C FD 25 2D 0 1 FA 61 4D
Octal 237 214 375 45 55 0 1 372 141 115
Binary 10011111 10001100 11111101 100101 101101 0 1 11111010 1100001 1001101

Color Harmonies of #9F8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CFD

Black with #9F8CFD

Text Example


Text Example

White with #9F8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,140,253); }

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

background-color css

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

 a { background-color: rgb(159,140,253); }

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

border-color css

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

 span { border-color: rgb(159,140,253); }

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