Html Css Color HEX #7D6FFC Light Slate Blue

📋 copy color: '#7D6FFC'

red 125 ◦ green 111 ◦ blue 252

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

Shades of Light Slate Blue #7D6FFC

Tints of Light Slate Blue #7D6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.75%

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

R = 25.61%
G = 22.75%
B = 51.64%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D6FFC (or 0x7D6FFC) is known color: Light Slate Blue. HEX triplet: 7D, 6F and FC. RGB value is (125,111,252). Sum of RGB (Red+Green+Blue) = 125+111+252=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D6FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6FFC is #829003. Grayscale: #828282. Windows color (decimal): -8556548 or 16543613. OLE color: 16543613.

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

Color convert

RGB 125 111 252 -
CMYK 0.50 0.56 0 0.01
HSL 245.96º 0.96% 0.71% -
HSV(B) 245.96º 0.56% 0.99% -
XYZ 31.71 22.76 94.82 -
YUV 131.26 196.14 123.54 -
System Red Green Blue C M Y K H S L
Decimal 125 111 252 0.50 0.56 0 0.01 245.96 0.96 0.71
Hex 7D 6F FC 32 38 0 1 F6 60 47
Octal 175 157 374 62 70 0 1 366 140 107
Binary 1111101 1101111 11111100 110010 111000 0 1 11110110 1100000 1000111

Color Harmonies of #7D6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6FFC

Black with #7D6FFC

Text Example


Text Example

White with #7D6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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