Html Css Color HEX #7D6FFB Light Slate Blue

📋 copy color: '#7D6FFB'

red 125 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #7D6FFB

Tints of Light Slate Blue #7D6FFB

RGB

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

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

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

R = 25.67%
G = 22.79%
B = 51.54%

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

#7D6FFB (or 0x7D6FFB) is known color: Light Slate Blue. HEX triplet: 7D, 6F and FB. RGB value is (125,111,251). Sum of RGB (Red+Green+Blue) = 125+111+251=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D6FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6FFB is #829004. Grayscale: #828282. Windows color (decimal): -8556549 or 16478077. OLE color: 16478077.

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

Color convert

RGB 125 111 251 -
CMYK 0.50 0.56 0 0.02
HSL 246º 0.95% 0.71% -
HSV(B) 246º 0.56% 0.98% -
XYZ 31.55 22.69 93.98 -
YUV 131.15 195.64 123.62 -
System Red Green Blue C M Y K H S L
Decimal 125 111 251 0.50 0.56 0 0.02 246 0.95 0.71
Hex 7D 6F FB 32 38 0 2 F6 5F 47
Octal 175 157 373 62 70 0 2 366 137 107
Binary 1111101 1101111 11111011 110010 111000 0 10 11110110 1011111 1000111

Color Harmonies of #7D6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6FFB

Black with #7D6FFB

Text Example


Text Example

White with #7D6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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