Html Css Color HEX #7D49CB Slate Blue

📋 copy color: '#7D49CB'

red 125 ◦ green 73 ◦ blue 203

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

Shades of Slate Blue #7D49CB

Tints of Slate Blue #7D49CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 31.17%
G = 18.2%
B = 50.62%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D49CB (or 0x7D49CB) is known color: Slate Blue. HEX triplet: 7D, 49 and CB. RGB value is (125,73,203). Sum of RGB (Red+Green+Blue) = 125+73+203=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D49CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D49CB is #82B634. Grayscale: #666666. Windows color (decimal): -8566325 or 13322621. OLE color: 13322621.

HSL color Cylindrical-coordinate representation of color #7D49CB: hue angle of 264º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D49CB is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 73 203 -
CMYK 0.38 0.64 0 0.20
HSL 264º 0.56% 0.54% -
HSV(B) 264º 0.64% 0.8% -
XYZ 21.62 13.44 57.95 -
YUV 103.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 125 73 203 0.38 0.64 0 0.20 264 0.56 0.54
Hex 7D 49 CB 26 40 0 14 108 38 36
Octal 175 111 313 46 100 0 24 410 70 66
Binary 1111101 1001001 11001011 100110 1000000 0 10100 100001000 111000 110110

Color Harmonies of #7D49CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D49CB

Black with #7D49CB

Text Example


Text Example

White with #7D49CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,73,203); }

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

background-color css

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

 a { background-color: rgb(125,73,203); }

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

border-color css

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

 span { border-color: rgb(125,73,203); }

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