Html Css Color HEX #9F8AFA Light Slate Blue

📋 copy color: '#9F8AFA'

red 159 ◦ green 138 ◦ blue 250

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

Shades of Light Slate Blue #9F8AFA

Tints of Light Slate Blue #9F8AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.23%

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

R = 29.07%
G = 25.23%
B = 45.7%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F8AFA (or 0x9F8AFA) is known color: Light Slate Blue. HEX triplet: 9F, 8A and FA. RGB value is (159,138,250). Sum of RGB (Red+Green+Blue) = 159+138+250=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F8AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8AFA is #607505. Grayscale: #9C9C9C. Windows color (decimal): -6321414 or 16419487. OLE color: 16419487.

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

Color convert

RGB 159 138 250 -
CMYK 0.36 0.45 0 0.02
HSL 251.25º 0.92% 0.76% -
HSV(B) 251.25º 0.45% 0.98% -
XYZ 40.64 32.45 94.56 -
YUV 157.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 159 138 250 0.36 0.45 0 0.02 251.25 0.92 0.76
Hex 9F 8A FA 24 2D 0 2 FB 5C 4C
Octal 237 212 372 44 55 0 2 373 134 114
Binary 10011111 10001010 11111010 100100 101101 0 10 11111011 1011100 1001100

Color Harmonies of #9F8AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8AFA

Black with #9F8AFA

Text Example


Text Example

White with #9F8AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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