Html Css Color HEX #7D79FF Light Slate Blue

📋 copy color: '#7D79FF'

red 125 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #7D79FF

Tints of Light Slate Blue #7D79FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 24.95%
G = 24.15%
B = 50.9%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D79FF (or 0x7D79FF) is known color: Light Slate Blue. HEX triplet: 7D, 79 and FF. RGB value is (125,121,255). Sum of RGB (Red+Green+Blue) = 125+121+255=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D79FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D79FF is #828600. Grayscale: #888888. Windows color (decimal): -8553985 or 16742781. OLE color: 16742781.

HSL color Cylindrical-coordinate representation of color #7D79FF: hue angle of 241.79º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D79FF is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 121 255 -
CMYK 0.51 0.53 0 0
HSL 241.79º 1% 0.74% -
HSV(B) 241.79º 0.53% 1% -
XYZ 33.34 25.25 97.72 -
YUV 137.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 125 121 255 0.51 0.53 0 0 241.79 1 0.74
Hex 7D 79 FF 33 35 0 0 F2 64 4A
Octal 175 171 377 63 65 0 0 362 144 112
Binary 1111101 1111001 11111111 110011 110101 0 0 11110010 1100100 1001010

Color Harmonies of #7D79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79FF

Black with #7D79FF

Text Example


Text Example

White with #7D79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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