Html Css Color HEX #7E79F3 Light Slate Blue

📋 copy color: '#7E79F3'

red 126 ◦ green 121 ◦ blue 243

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

Shades of Light Slate Blue #7E79F3

Tints of Light Slate Blue #7E79F3

RGB

 RED value IS 126 (49.61% from 255) = 25.71%

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

 BLUE value IS 243 (95.31% from 255) = 49.59%

R = 25.71%
G = 24.69%
B = 49.59%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7E79F3 (or 0x7E79F3) is known color: Light Slate Blue. HEX triplet: 7E, 79 and F3. RGB value is (126,121,243). Sum of RGB (Red+Green+Blue) = 126+121+243=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E79F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E79F3 is #81860C. Grayscale: #878787. Windows color (decimal): -8488461 or 15956350. OLE color: 15956350.

HSL color Cylindrical-coordinate representation of color #7E79F3: hue angle of 242.46º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E79F3 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 121 243 -
CMYK 0.48 0.50 0 0.05
HSL 242.46º 0.84% 0.71% -
HSV(B) 242.46º 0.5% 0.95% -
XYZ 31.62 24.58 87.87 -
YUV 136.4 188.16 120.58 -
System Red Green Blue C M Y K H S L
Decimal 126 121 243 0.48 0.50 0 0.05 242.46 0.84 0.71
Hex 7E 79 F3 30 32 0 5 F2 54 47
Octal 176 171 363 60 62 0 5 362 124 107
Binary 1111110 1111001 11110011 110000 110010 0 101 11110010 1010100 1000111

Color Harmonies of #7E79F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E79F3

Black with #7E79F3

Text Example


Text Example

White with #7E79F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,121,243); }

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

background-color css

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

 a { background-color: rgb(126,121,243); }

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

border-color css

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

 span { border-color: rgb(126,121,243); }

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