Html Css Color HEX #7D6AFC Light Slate Blue

📋 copy color: '#7D6AFC'

red 125 ◦ green 106 ◦ blue 252

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

Shades of Light Slate Blue #7D6AFC

Tints of Light Slate Blue #7D6AFC

RGB

 RED value IS 125 (49.22% from 255) = 25.88%

 GREEN value IS 106 (41.8% from 255) = 21.95%

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

R = 25.88%
G = 21.95%
B = 52.17%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D6AFC (or 0x7D6AFC) is known color: Light Slate Blue. HEX triplet: 7D, 6A and FC. RGB value is (125,106,252). Sum of RGB (Red+Green+Blue) = 125+106+252=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D6AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6AFC is #829503. Grayscale: #7F7F7F. Windows color (decimal): -8557828 or 16542333. OLE color: 16542333.

HSL color Cylindrical-coordinate representation of color #7D6AFC: hue angle of 247.81º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D6AFC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 106 252 -
CMYK 0.50 0.58 0 0.01
HSL 247.81º 0.96% 0.7% -
HSV(B) 247.81º 0.58% 0.99% -
XYZ 31.18 21.7 94.64 -
YUV 128.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 125 106 252 0.50 0.58 0 0.01 247.81 0.96 0.7
Hex 7D 6A FC 32 3A 0 1 F8 60 46
Octal 175 152 374 62 72 0 1 370 140 106
Binary 1111101 1101010 11111100 110010 111010 0 1 11111000 1100000 1000110

Color Harmonies of #7D6AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6AFC

Black with #7D6AFC

Text Example


Text Example

White with #7D6AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D6AFC; }

 p { color: rgb(125,106,252); }

 H1.HeaderClassName
 {
   color: #7D6AFC;
 }
 .AnyTagClassName
 {
   color: #7D6AFC;
 }
</style>

background-color css

<style>
 a { background-color: #7D6AFC; }

 a { background-color: rgb(125,106,252); }

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

border-color css

<style>
 span { border-color: #7D6AFC; }

 span { border-color: rgb(125,106,252); }

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