Html Css Color HEX #7D79F7 Light Slate Blue

📋 copy color: '#7D79F7'

red 125 ◦ green 121 ◦ blue 247

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

Shades of Light Slate Blue #7D79F7

Tints of Light Slate Blue #7D79F7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.54%

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 25.35%
G = 24.54%
B = 50.1%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7D79F7 (or 0x7D79F7) is known color: Light Slate Blue. HEX triplet: 7D, 79 and F7. RGB value is (125,121,247). Sum of RGB (Red+Green+Blue) = 125+121+247=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D79F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D79F7 is #828608. Grayscale: #888888. Windows color (decimal): -8553993 or 16218493. OLE color: 16218493.

HSL color Cylindrical-coordinate representation of color #7D79F7: hue angle of 241.9º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D79F7 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 121 247 -
CMYK 0.49 0.51 0 0.03
HSL 241.9º 0.89% 0.72% -
HSV(B) 241.9º 0.51% 0.97% -
XYZ 32.08 24.75 91.08 -
YUV 136.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 125 121 247 0.49 0.51 0 0.03 241.9 0.89 0.72
Hex 7D 79 F7 31 33 0 3 F2 59 48
Octal 175 171 367 61 63 0 3 362 131 110
Binary 1111101 1111001 11110111 110001 110011 0 11 11110010 1011001 1001000

Color Harmonies of #7D79F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79F7

Black with #7D79F7

Text Example


Text Example

White with #7D79F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,121,247); }

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

background-color css

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

 a { background-color: rgb(125,121,247); }

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

border-color css

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

 span { border-color: rgb(125,121,247); }

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