Html Css Color HEX #9F8AFE Light Slate Blue

📋 copy color: '#9F8AFE'

red 159 ◦ green 138 ◦ blue 254

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

Shades of Light Slate Blue #9F8AFE

Tints of Light Slate Blue #9F8AFE

RGB

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

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

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

R = 28.86%
G = 25.05%
B = 46.1%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F8AFE (or 0x9F8AFE) is known color: Light Slate Blue. HEX triplet: 9F, 8A and FE. RGB value is (159,138,254). Sum of RGB (Red+Green+Blue) = 159+138+254=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F8AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8AFE is #607501. Grayscale: #9D9D9D. Windows color (decimal): -6321410 or 16681631. OLE color: 16681631.

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

Color convert

RGB 159 138 254 -
CMYK 0.37 0.46 0 0.00
HSL 250.86º 0.98% 0.77% -
HSV(B) 250.86º 0.46% 1% -
XYZ 41.28 32.7 97.9 -
YUV 157.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 159 138 254 0.37 0.46 0 0.00 250.86 0.98 0.77
Hex 9F 8A FE 25 2E 0 0 FB 62 4D
Octal 237 212 376 45 56 0 0 373 142 115
Binary 10011111 10001010 11111110 100101 101110 0 0 11111011 1100010 1001101

Color Harmonies of #9F8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8AFE

Black with #9F8AFE

Text Example


Text Example

White with #9F8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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