Html Css Color HEX #7D64FE Light Slate Blue

📋 copy color: '#7D64FE'

red 125 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #7D64FE

Tints of Light Slate Blue #7D64FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.88%

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

R = 26.1%
G = 20.88%
B = 53.03%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D64FE (or 0x7D64FE) is known color: Light Slate Blue. HEX triplet: 7D, 64 and FE. RGB value is (125,100,254). Sum of RGB (Red+Green+Blue) = 125+100+254=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D64FE is #829B01. Grayscale: #7C7C7C. Windows color (decimal): -8559362 or 16671869. OLE color: 16671869.

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

Color convert

RGB 125 100 254 -
CMYK 0.51 0.61 0 0.00
HSL 249.74º 0.99% 0.69% -
HSV(B) 249.74º 0.61% 1% -
XYZ 30.9 20.63 96.12 -
YUV 125.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 125 100 254 0.51 0.61 0 0.00 249.74 0.99 0.69
Hex 7D 64 FE 33 3D 0 0 FA 63 45
Octal 175 144 376 63 75 0 0 372 143 105
Binary 1111101 1100100 11111110 110011 111101 0 0 11111010 1100011 1000101

Color Harmonies of #7D64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D64FE

Black with #7D64FE

Text Example


Text Example

White with #7D64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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