Html Css Color HEX #7E70FC Light Slate Blue

📋 copy color: '#7E70FC'

red 126 ◦ green 112 ◦ blue 252

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

Shades of Light Slate Blue #7E70FC

Tints of Light Slate Blue #7E70FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.86%

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 25.71%
G = 22.86%
B = 51.43%

CMYK

 C value IS 0.5

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E70FC (or 0x7E70FC) is known color: Light Slate Blue. HEX triplet: 7E, 70 and FC. RGB value is (126,112,252). Sum of RGB (Red+Green+Blue) = 126+112+252=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E70FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E70FC is #818F03. Grayscale: #838383. Windows color (decimal): -8490756 or 16543870. OLE color: 16543870.

HSL color Cylindrical-coordinate representation of color #7E70FC: hue angle of 246º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E70FC is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 112 252 -
CMYK 0.5 0.56 0 0.01
HSL 246º 0.96% 0.71% -
HSV(B) 246º 0.56% 0.99% -
XYZ 31.97 23.05 94.86 -
YUV 132.15 195.64 123.62 -
System Red Green Blue C M Y K H S L
Decimal 126 112 252 0.5 0.56 0 0.01 246 0.96 0.71
Hex 7E 70 FC 32 38 0 1 F6 60 47
Octal 176 160 374 62 70 0 1 366 140 107
Binary 1111110 1110000 11111100 110010 111000 0 1 11110110 1100000 1000111

Color Harmonies of #7E70FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E70FC

Black with #7E70FC

Text Example


Text Example

White with #7E70FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,112,252); }

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

background-color css

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

 a { background-color: rgb(126,112,252); }

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

border-color css

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

 span { border-color: rgb(126,112,252); }

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