Html Css Color HEX #7D63FF Light Slate Blue

📋 copy color: '#7D63FF'

red 125 ◦ green 99 ◦ blue 255

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

Shades of Light Slate Blue #7D63FF

Tints of Light Slate Blue #7D63FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.67%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 26.1%
G = 20.67%
B = 53.24%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D63FF (or 0x7D63FF) is known color: Light Slate Blue. HEX triplet: 7D, 63 and FF. RGB value is (125,99,255). Sum of RGB (Red+Green+Blue) = 125+99+255=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D63FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D63FF is #829C00. Grayscale: #7B7B7B. Windows color (decimal): -8559617 or 16737149. OLE color: 16737149.

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

Color convert

RGB 125 99 255 -
CMYK 0.51 0.61 0 0
HSL 250º 1% 0.69% -
HSV(B) 250º 0.61% 1% -
XYZ 30.97 20.5 96.93 -
YUV 124.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 125 99 255 0.51 0.61 0 0 250 1 0.69
Hex 7D 63 FF 33 3D 0 0 FA 64 45
Octal 175 143 377 63 75 0 0 372 144 105
Binary 1111101 1100011 11111111 110011 111101 0 0 11111010 1100100 1000101

Color Harmonies of #7D63FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D63FF

Black with #7D63FF

Text Example


Text Example

White with #7D63FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,99,255); }

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

background-color css

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

 a { background-color: rgb(125,99,255); }

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

border-color css

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

 span { border-color: rgb(125,99,255); }

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