Html Css Color HEX #7D4ACB Slate Blue

📋 copy color: '#7D4ACB'

red 125 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #7D4ACB

Tints of Slate Blue #7D4ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.41%

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

R = 31.09%
G = 18.41%
B = 50.5%

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

#7D4ACB (or 0x7D4ACB) is known color: Slate Blue. HEX triplet: 7D, 4A and CB. RGB value is (125,74,203). Sum of RGB (Red+Green+Blue) = 125+74+203=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D4ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4ACB is #82B534. Grayscale: #676767. Windows color (decimal): -8566069 or 13322877. OLE color: 13322877.

HSL color Cylindrical-coordinate representation of color #7D4ACB: hue angle of 263.72º degrees, saturation: 0.55, 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 #7D4ACB is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 74 203 -
CMYK 0.38 0.64 0 0.20
HSL 263.72º 0.55% 0.54% -
HSV(B) 263.72º 0.64% 0.8% -
XYZ 21.69 13.57 57.98 -
YUV 103.96 183.9 143.01 -
System Red Green Blue C M Y K H S L
Decimal 125 74 203 0.38 0.64 0 0.20 263.72 0.55 0.54
Hex 7D 4A CB 26 40 0 14 108 37 36
Octal 175 112 313 46 100 0 24 410 67 66
Binary 1111101 1001010 11001011 100110 1000000 0 10100 100001000 110111 110110

Color Harmonies of #7D4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4ACB

Black with #7D4ACB

Text Example


Text Example

White with #7D4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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