Html Css Color HEX #7E65FE Light Slate Blue

📋 copy color: '#7E65FE'

red 126 ◦ green 101 ◦ blue 254

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

Shades of Light Slate Blue #7E65FE

Tints of Light Slate Blue #7E65FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21%

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

R = 26.2%
G = 21%
B = 52.81%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E65FE (or 0x7E65FE) is known color: Light Slate Blue. HEX triplet: 7E, 65 and FE. RGB value is (126,101,254). Sum of RGB (Red+Green+Blue) = 126+101+254=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E65FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E65FE is #819A01. Grayscale: #7D7D7D. Windows color (decimal): -8493570 or 16672126. OLE color: 16672126.

HSL color Cylindrical-coordinate representation of color #7E65FE: hue angle of 249.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E65FE is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 101 254 -
CMYK 0.50 0.60 0 0.00
HSL 249.8º 0.99% 0.7% -
HSV(B) 249.8º 0.6% 1% -
XYZ 31.15 20.9 96.16 -
YUV 125.92 200.28 128.06 -
System Red Green Blue C M Y K H S L
Decimal 126 101 254 0.50 0.60 0 0.00 249.8 0.99 0.7
Hex 7E 65 FE 32 3C 0 0 FA 63 46
Octal 176 145 376 62 74 0 0 372 143 106
Binary 1111110 1100101 11111110 110010 111100 0 0 11111010 1100011 1000110

Color Harmonies of #7E65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E65FE

Black with #7E65FE

Text Example


Text Example

White with #7E65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,101,254); }

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

background-color css

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

 a { background-color: rgb(126,101,254); }

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

border-color css

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

 span { border-color: rgb(126,101,254); }

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