Html Css Color HEX #7D6AFB Light Slate Blue

📋 copy color: '#7D6AFB'

red 125 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #7D6AFB

Tints of Light Slate Blue #7D6AFB

RGB

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

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

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

R = 25.93%
G = 21.99%
B = 52.07%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D6AFB (or 0x7D6AFB) is known color: Light Slate Blue. HEX triplet: 7D, 6A and FB. RGB value is (125,106,251). Sum of RGB (Red+Green+Blue) = 125+106+251=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D6AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6AFB is #829504. Grayscale: #7F7F7F. Windows color (decimal): -8557829 or 16476797. OLE color: 16476797.

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

Color convert

RGB 125 106 251 -
CMYK 0.50 0.58 0 0.02
HSL 247.86º 0.95% 0.7% -
HSV(B) 247.86º 0.58% 0.98% -
XYZ 31.02 21.63 93.81 -
YUV 128.21 197.29 125.71 -
System Red Green Blue C M Y K H S L
Decimal 125 106 251 0.50 0.58 0 0.02 247.86 0.95 0.7
Hex 7D 6A FB 32 3A 0 2 F8 5F 46
Octal 175 152 373 62 72 0 2 370 137 106
Binary 1111101 1101010 11111011 110010 111010 0 10 11111000 1011111 1000110

Color Harmonies of #7D6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6AFB

Black with #7D6AFB

Text Example


Text Example

White with #7D6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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