Html Css Color HEX #7D79FE Light Slate Blue

📋 copy color: '#7D79FE'

red 125 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #7D79FE

Tints of Light Slate Blue #7D79FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 25%
G = 24.2%
B = 50.8%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D79FE (or 0x7D79FE) is known color: Light Slate Blue. HEX triplet: 7D, 79 and FE. RGB value is (125,121,254). Sum of RGB (Red+Green+Blue) = 125+121+254=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D79FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D79FE is #828601. Grayscale: #888888. Windows color (decimal): -8553986 or 16677245. OLE color: 16677245.

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

Color convert

RGB 125 121 254 -
CMYK 0.51 0.52 0 0.00
HSL 241.8º 0.99% 0.74% -
HSV(B) 241.8º 0.52% 1% -
XYZ 33.18 25.19 96.88 -
YUV 137.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 125 121 254 0.51 0.52 0 0.00 241.8 0.99 0.74
Hex 7D 79 FE 33 34 0 0 F2 63 4A
Octal 175 171 376 63 64 0 0 362 143 112
Binary 1111101 1111001 11111110 110011 110100 0 0 11110010 1100011 1001010

Color Harmonies of #7D79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79FE

Black with #7D79FE

Text Example


Text Example

White with #7D79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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