Html Css Color HEX #9A5CFD Light Slate Blue

📋 copy color: '#9A5CFD'

red 154 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #9A5CFD

Tints of Light Slate Blue #9A5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.44%

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

R = 30.86%
G = 18.44%
B = 50.7%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A5CFD (or 0x9A5CFD) is known color: Light Slate Blue. HEX triplet: 9A, 5C and FD. RGB value is (154,92,253). Sum of RGB (Red+Green+Blue) = 154+92+253=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5CFD is #65A302. Grayscale: #808080. Windows color (decimal): -6660867 or 16604314. OLE color: 16604314.

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

Color convert

RGB 154 92 253 -
CMYK 0.39 0.64 0 0.01
HSL 263.11º 0.98% 0.68% -
HSV(B) 263.11º 0.64% 0.99% -
XYZ 34.88 21.62 95.26 -
YUV 128.89 198.04 145.91 -
System Red Green Blue C M Y K H S L
Decimal 154 92 253 0.39 0.64 0 0.01 263.11 0.98 0.68
Hex 9A 5C FD 27 40 0 1 107 62 44
Octal 232 134 375 47 100 0 1 407 142 104
Binary 10011010 1011100 11111101 100111 1000000 0 1 100000111 1100010 1000100

Color Harmonies of #9A5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5CFD

Black with #9A5CFD

Text Example


Text Example

White with #9A5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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