Html Css Color HEX #9A8FFD Light Slate Blue

📋 copy color: '#9A8FFD'

red 154 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #9A8FFD

Tints of Light Slate Blue #9A8FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 28%
G = 26%
B = 46%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A8FFD (or 0x9A8FFD) is known color: Light Slate Blue. HEX triplet: 9A, 8F and FD. RGB value is (154,143,253). Sum of RGB (Red+Green+Blue) = 154+143+253=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A8FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FFD is #657002. Grayscale: #9E9E9E. Windows color (decimal): -6647811 or 16617370. OLE color: 16617370.

HSL color Cylindrical-coordinate representation of color #9A8FFD: hue angle of 246º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A8FFD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 143 253 -
CMYK 0.39 0.43 0 0.01
HSL 246º 0.96% 0.78% -
HSV(B) 246º 0.43% 0.99% -
XYZ 40.88 33.61 97.26 -
YUV 158.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 154 143 253 0.39 0.43 0 0.01 246 0.96 0.78
Hex 9A 8F FD 27 2B 0 1 F6 60 4E
Octal 232 217 375 47 53 0 1 366 140 116
Binary 10011010 10001111 11111101 100111 101011 0 1 11110110 1100000 1001110

Color Harmonies of #9A8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8FFD

Black with #9A8FFD

Text Example


Text Example

White with #9A8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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