Html Css Color HEX #7D63CA Slate Blue

📋 copy color: '#7D63CA'

red 125 ◦ green 99 ◦ blue 202

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

Shades of Slate Blue #7D63CA

Tints of Slate Blue #7D63CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 29.34%
G = 23.24%
B = 47.42%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D63CA (or 0x7D63CA) is known color: Slate Blue. HEX triplet: 7D, 63 and CA. RGB value is (125,99,202). Sum of RGB (Red+Green+Blue) = 125+99+202=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D63CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D63CA is #829C35. Grayscale: #767676. Windows color (decimal): -8559670 or 13263741. OLE color: 13263741.

HSL color Cylindrical-coordinate representation of color #7D63CA: hue angle of 255.15º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D63CA is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 99 202 -
CMYK 0.38 0.51 0 0.21
HSL 255.15º 0.49% 0.59% -
HSV(B) 255.15º 0.51% 0.79% -
XYZ 23.58 17.55 58.02 -
YUV 118.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 125 99 202 0.38 0.51 0 0.21 255.15 0.49 0.59
Hex 7D 63 CA 26 33 0 15 FF 31 3B
Octal 175 143 312 46 63 0 25 377 61 73
Binary 1111101 1100011 11001010 100110 110011 0 10101 11111111 110001 111011

Color Harmonies of #7D63CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D63CA

Black with #7D63CA

Text Example


Text Example

White with #7D63CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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