Html Css Color HEX #7D6EFB Light Slate Blue

📋 copy color: '#7D6EFB'

red 125 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #7D6EFB

Tints of Light Slate Blue #7D6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.63%

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

R = 25.72%
G = 22.63%
B = 51.65%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D6EFB (or 0x7D6EFB) is known color: Light Slate Blue. HEX triplet: 7D, 6E and FB. RGB value is (125,110,251). Sum of RGB (Red+Green+Blue) = 125+110+251=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D6EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6EFB is #829104. Grayscale: #828282. Windows color (decimal): -8556805 or 16477821. OLE color: 16477821.

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

Color convert

RGB 125 110 251 -
CMYK 0.50 0.56 0 0.02
HSL 246.38º 0.95% 0.71% -
HSV(B) 246.38º 0.56% 0.98% -
XYZ 31.45 22.48 93.95 -
YUV 130.56 195.97 124.04 -
System Red Green Blue C M Y K H S L
Decimal 125 110 251 0.50 0.56 0 0.02 246.38 0.95 0.71
Hex 7D 6E FB 32 38 0 2 F6 5F 47
Octal 175 156 373 62 70 0 2 366 137 107
Binary 1111101 1101110 11111011 110010 111000 0 10 11110110 1011111 1000111

Color Harmonies of #7D6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6EFB

Black with #7D6EFB

Text Example


Text Example

White with #7D6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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