Html Css Color HEX #7E68FD Light Slate Blue

📋 copy color: '#7E68FD'

red 126 ◦ green 104 ◦ blue 253

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

Shades of Light Slate Blue #7E68FD

Tints of Light Slate Blue #7E68FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.53%

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 26.09%
G = 21.53%
B = 52.38%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E68FD (or 0x7E68FD) is known color: Light Slate Blue. HEX triplet: 7E, 68 and FD. RGB value is (126,104,253). Sum of RGB (Red+Green+Blue) = 126+104+253=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E68FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E68FD is #819702. Grayscale: #7E7E7E. Windows color (decimal): -8492803 or 16607358. OLE color: 16607358.

HSL color Cylindrical-coordinate representation of color #7E68FD: hue angle of 248.86º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E68FD is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 104 253 -
CMYK 0.50 0.59 0 0.01
HSL 248.86º 0.97% 0.7% -
HSV(B) 248.86º 0.59% 0.99% -
XYZ 31.28 21.43 95.42 -
YUV 127.56 198.79 126.88 -
System Red Green Blue C M Y K H S L
Decimal 126 104 253 0.50 0.59 0 0.01 248.86 0.97 0.7
Hex 7E 68 FD 32 3B 0 1 F9 61 46
Octal 176 150 375 62 73 0 1 371 141 106
Binary 1111110 1101000 11111101 110010 111011 0 1 11111001 1100001 1000110

Color Harmonies of #7E68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E68FD

Black with #7E68FD

Text Example


Text Example

White with #7E68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,104,253); }

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

background-color css

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

 a { background-color: rgb(126,104,253); }

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

border-color css

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

 span { border-color: rgb(126,104,253); }

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