Html Css Color HEX #9F8CFB Light Slate Blue

📋 copy color: '#9F8CFB'

red 159 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #9F8CFB

Tints of Light Slate Blue #9F8CFB

RGB

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

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

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

R = 28.91%
G = 25.45%
B = 45.64%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F8CFB (or 0x9F8CFB) is known color: Light Slate Blue. HEX triplet: 9F, 8C and FB. RGB value is (159,140,251). Sum of RGB (Red+Green+Blue) = 159+140+251=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8CFB is #607304. Grayscale: #9D9D9D. Windows color (decimal): -6320901 or 16485535. OLE color: 16485535.

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

Color convert

RGB 159 140 251 -
CMYK 0.37 0.44 0 0.02
HSL 250.27º 0.93% 0.77% -
HSV(B) 250.27º 0.44% 0.98% -
XYZ 41.09 33.09 95.49 -
YUV 158.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 159 140 251 0.37 0.44 0 0.02 250.27 0.93 0.77
Hex 9F 8C FB 25 2C 0 2 FA 5D 4D
Octal 237 214 373 45 54 0 2 372 135 115
Binary 10011111 10001100 11111011 100101 101100 0 10 11111010 1011101 1001101

Color Harmonies of #9F8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CFB

Black with #9F8CFB

Text Example


Text Example

White with #9F8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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