Html Css Color HEX #9A8FFE Light Slate Blue

📋 copy color: '#9A8FFE'

red 154 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #9A8FFE

Tints of Light Slate Blue #9A8FFE

RGB

 RED value IS 154 (60.55% from 255) = 27.95%

 GREEN value IS 143 (56.25% from 255) = 25.95%

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

R = 27.95%
G = 25.95%
B = 46.1%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9A8FFE (or 0x9A8FFE) is known color: Light Slate Blue. HEX triplet: 9A, 8F and FE. RGB value is (154,143,254). Sum of RGB (Red+Green+Blue) = 154+143+254=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 143 (56.25% from 255 or 25.95% 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 #9A8FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FFE is #657001. Grayscale: #9E9E9E. Windows color (decimal): -6647810 or 16682906. OLE color: 16682906.

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

Color convert

RGB 154 143 254 -
CMYK 0.39 0.44 0 0.00
HSL 245.95º 0.98% 0.78% -
HSV(B) 245.95º 0.44% 1% -
XYZ 41.04 33.67 98.1 -
YUV 158.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 154 143 254 0.39 0.44 0 0.00 245.95 0.98 0.78
Hex 9A 8F FE 27 2C 0 0 F6 62 4E
Octal 232 217 376 47 54 0 0 366 142 116
Binary 10011010 10001111 11111110 100111 101100 0 0 11110110 1100010 1001110

Color Harmonies of #9A8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8FFE

Black with #9A8FFE

Text Example


Text Example

White with #9A8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,143,254); }

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

background-color css

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

 a { background-color: rgb(154,143,254); }

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

border-color css

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

 span { border-color: rgb(154,143,254); }

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