Html Css Color HEX #7D6BFC Light Slate Blue

📋 copy color: '#7D6BFC'

red 125 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #7D6BFC

Tints of Light Slate Blue #7D6BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

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

R = 25.83%
G = 22.11%
B = 52.07%

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

#7D6BFC (or 0x7D6BFC) is known color: Light Slate Blue. HEX triplet: 7D, 6B and FC. RGB value is (125,107,252). Sum of RGB (Red+Green+Blue) = 125+107+252=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D6BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6BFC is #829403. Grayscale: #808080. Windows color (decimal): -8557572 or 16542589. OLE color: 16542589.

HSL color Cylindrical-coordinate representation of color #7D6BFC: hue angle of 247.45º 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 #7D6BFC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 107 252 -
CMYK 0.50 0.58 0 0.01
HSL 247.45º 0.96% 0.7% -
HSV(B) 247.45º 0.58% 0.99% -
XYZ 31.29 21.9 94.67 -
YUV 128.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 125 107 252 0.50 0.58 0 0.01 247.45 0.96 0.7
Hex 7D 6B FC 32 3A 0 1 F7 60 46
Octal 175 153 374 62 72 0 1 367 140 106
Binary 1111101 1101011 11111100 110010 111010 0 1 11110111 1100000 1000110

Color Harmonies of #7D6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6BFC

Black with #7D6BFC

Text Example


Text Example

White with #7D6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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