Html Css Color HEX #9A7CFF Light Slate Blue

📋 copy color: '#9A7CFF'

red 154 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #9A7CFF

Tints of Light Slate Blue #9A7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.26%

 BLUE value IS 255 (100% from 255) = 47.84%

R = 28.89%
G = 23.26%
B = 47.84%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A7CFF (or 0x9A7CFF) is known color: Light Slate Blue. HEX triplet: 9A, 7C and FF. RGB value is (154,124,255). Sum of RGB (Red+Green+Blue) = 154+124+255=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7CFF is #658300. Grayscale: #939393. Windows color (decimal): -6652673 or 16743578. OLE color: 16743578.

HSL color Cylindrical-coordinate representation of color #9A7CFF: hue angle of 253.74º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A7CFF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 124 255 -
CMYK 0.40 0.51 0 0
HSL 253.74º 1% 0.74% -
HSV(B) 253.74º 0.51% 1% -
XYZ 38.58 28.51 98.08 -
YUV 147.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 154 124 255 0.40 0.51 0 0 253.74 1 0.74
Hex 9A 7C FF 28 33 0 0 FE 64 4A
Octal 232 174 377 50 63 0 0 376 144 112
Binary 10011010 1111100 11111111 101000 110011 0 0 11111110 1100100 1001010

Color Harmonies of #9A7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7CFF

Black with #9A7CFF

Text Example


Text Example

White with #9A7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,124,255); }

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

background-color css

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

 a { background-color: rgb(154,124,255); }

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

border-color css

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

 span { border-color: rgb(154,124,255); }

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