Html Css Color HEX #7D6DFB Light Slate Blue

📋 copy color: '#7D6DFB'

red 125 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #7D6DFB

Tints of Light Slate Blue #7D6DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 25.77%
G = 22.47%
B = 51.75%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D6DFB (or 0x7D6DFB) is known color: Light Slate Blue. HEX triplet: 7D, 6D and FB. RGB value is (125,109,251). Sum of RGB (Red+Green+Blue) = 125+109+251=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D6DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6DFB is #829204. Grayscale: #818181. Windows color (decimal): -8557061 or 16477565. OLE color: 16477565.

HSL color Cylindrical-coordinate representation of color #7D6DFB: hue angle of 246.76º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D6DFB is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 109 251 -
CMYK 0.50 0.57 0 0.02
HSL 246.76º 0.95% 0.71% -
HSV(B) 246.76º 0.57% 0.98% -
XYZ 31.34 22.26 93.91 -
YUV 129.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 125 109 251 0.50 0.57 0 0.02 246.76 0.95 0.71
Hex 7D 6D FB 32 39 0 2 F7 5F 47
Octal 175 155 373 62 71 0 2 367 137 107
Binary 1111101 1101101 11111011 110010 111001 0 10 11110111 1011111 1000111

Color Harmonies of #7D6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6DFB

Black with #7D6DFB

Text Example


Text Example

White with #7D6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,251); }

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

background-color css

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

 a { background-color: rgb(125,109,251); }

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

border-color css

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

 span { border-color: rgb(125,109,251); }

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