Html Css Color HEX #9A7FFC Light Slate Blue

📋 copy color: '#9A7FFC'

red 154 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #9A7FFC

Tints of Light Slate Blue #9A7FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.83%

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 28.89%
G = 23.83%
B = 47.28%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A7FFC (or 0x9A7FFC) is known color: Light Slate Blue. HEX triplet: 9A, 7F and FC. RGB value is (154,127,252). Sum of RGB (Red+Green+Blue) = 154+127+252=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A7FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7FFC is #658003. Grayscale: #949494. Windows color (decimal): -6651908 or 16547738. OLE color: 16547738.

HSL color Cylindrical-coordinate representation of color #9A7FFC: hue angle of 252.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A7FFC is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 127 252 -
CMYK 0.39 0.50 0 0.01
HSL 252.96º 0.95% 0.74% -
HSV(B) 252.96º 0.5% 0.99% -
XYZ 38.49 29.08 95.68 -
YUV 149.32 185.95 131.34 -
System Red Green Blue C M Y K H S L
Decimal 154 127 252 0.39 0.50 0 0.01 252.96 0.95 0.74
Hex 9A 7F FC 27 32 0 1 FD 5F 4A
Octal 232 177 374 47 62 0 1 375 137 112
Binary 10011010 1111111 11111100 100111 110010 0 1 11111101 1011111 1001010

Color Harmonies of #9A7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7FFC

Black with #9A7FFC

Text Example


Text Example

White with #9A7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,127,252); }

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

background-color css

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

 a { background-color: rgb(154,127,252); }

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

border-color css

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

 span { border-color: rgb(154,127,252); }

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