Html Css Color HEX #9A7EFC Light Slate Blue

📋 copy color: '#9A7EFC'

red 154 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #9A7EFC

Tints of Light Slate Blue #9A7EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.68%

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

R = 28.95%
G = 23.68%
B = 47.37%

CMYK

 C value IS 0.39

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A7EFC (or 0x9A7EFC) is known color: Light Slate Blue. HEX triplet: 9A, 7E and FC. RGB value is (154,126,252). Sum of RGB (Red+Green+Blue) = 154+126+252=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7EFC is #658103. Grayscale: #949494. Windows color (decimal): -6652164 or 16547482. OLE color: 16547482.

HSL color Cylindrical-coordinate representation of color #9A7EFC: hue angle of 253.33º 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 #9A7EFC is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 126 252 -
CMYK 0.39 0.5 0 0.01
HSL 253.33º 0.95% 0.74% -
HSV(B) 253.33º 0.5% 0.99% -
XYZ 38.36 28.82 95.64 -
YUV 148.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 154 126 252 0.39 0.5 0 0.01 253.33 0.95 0.74
Hex 9A 7E FC 27 32 0 1 FD 5F 4A
Octal 232 176 374 47 62 0 1 375 137 112
Binary 10011010 1111110 11111100 100111 110010 0 1 11111101 1011111 1001010

Color Harmonies of #9A7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7EFC

Black with #9A7EFC

Text Example


Text Example

White with #9A7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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