Html Css Color HEX #9F8CFA Light Slate Blue

📋 copy color: '#9F8CFA'

red 159 ◦ green 140 ◦ blue 250

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

Shades of Light Slate Blue #9F8CFA

Tints of Light Slate Blue #9F8CFA

RGB

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

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

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

R = 28.96%
G = 25.5%
B = 45.54%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F8CFA (or 0x9F8CFA) is known color: Light Slate Blue. HEX triplet: 9F, 8C and FA. RGB value is (159,140,250). Sum of RGB (Red+Green+Blue) = 159+140+250=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8CFA is #607305. Grayscale: #9D9D9D. Windows color (decimal): -6320902 or 16419999. OLE color: 16419999.

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

Color convert

RGB 159 140 250 -
CMYK 0.36 0.44 0 0.02
HSL 250.36º 0.92% 0.76% -
HSV(B) 250.36º 0.44% 0.98% -
XYZ 40.93 33.03 94.66 -
YUV 158.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 159 140 250 0.36 0.44 0 0.02 250.36 0.92 0.76
Hex 9F 8C FA 24 2C 0 2 FA 5C 4C
Octal 237 214 372 44 54 0 2 372 134 114
Binary 10011111 10001100 11111010 100100 101100 0 10 11111010 1011100 1001100

Color Harmonies of #9F8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CFA

Black with #9F8CFA

Text Example


Text Example

White with #9F8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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