Html Css Color HEX #7D48CE Slate Blue

📋 copy color: '#7D48CE'

red 125 ◦ green 72 ◦ blue 206

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

Shades of Slate Blue #7D48CE

Tints of Slate Blue #7D48CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.87%

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 31.02%
G = 17.87%
B = 51.12%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D48CE (or 0x7D48CE) is known color: Slate Blue. HEX triplet: 7D, 48 and CE. RGB value is (125,72,206). Sum of RGB (Red+Green+Blue) = 125+72+206=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D48CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D48CE is #82B731. Grayscale: #666666. Windows color (decimal): -8566578 or 13518973. OLE color: 13518973.

HSL color Cylindrical-coordinate representation of color #7D48CE: hue angle of 263.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D48CE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 72 206 -
CMYK 0.39 0.65 0 0.19
HSL 263.73º 0.58% 0.55% -
HSV(B) 263.73º 0.65% 0.81% -
XYZ 21.92 13.45 59.83 -
YUV 103.12 186.06 143.6 -
System Red Green Blue C M Y K H S L
Decimal 125 72 206 0.39 0.65 0 0.19 263.73 0.58 0.55
Hex 7D 48 CE 27 41 0 13 108 3A 37
Octal 175 110 316 47 101 0 23 410 72 67
Binary 1111101 1001000 11001110 100111 1000001 0 10011 100001000 111010 110111

Color Harmonies of #7D48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D48CE

Black with #7D48CE

Text Example


Text Example

White with #7D48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,72,206); }

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

background-color css

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

 a { background-color: rgb(125,72,206); }

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

border-color css

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

 span { border-color: rgb(125,72,206); }

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