Html Css Color HEX #7D4BCC Slate Blue

📋 copy color: '#7D4BCC'

red 125 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #7D4BCC

Tints of Slate Blue #7D4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.56%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 30.94%
G = 18.56%
B = 50.5%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D4BCC (or 0x7D4BCC) is known color: Slate Blue. HEX triplet: 7D, 4B and CC. RGB value is (125,75,204). Sum of RGB (Red+Green+Blue) = 125+75+204=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D4BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BCC is #82B433. Grayscale: #686868. Windows color (decimal): -8565812 or 13388669. OLE color: 13388669.

HSL color Cylindrical-coordinate representation of color #7D4BCC: hue angle of 263.26º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D4BCC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 75 204 -
CMYK 0.39 0.63 0 0.2
HSL 263.26º 0.56% 0.55% -
HSV(B) 263.26º 0.63% 0.8% -
XYZ 21.87 13.75 58.63 -
YUV 104.66 184.07 142.51 -
System Red Green Blue C M Y K H S L
Decimal 125 75 204 0.39 0.63 0 0.2 263.26 0.56 0.55
Hex 7D 4B CC 27 3F 0 14 107 38 37
Octal 175 113 314 47 77 0 24 407 70 67
Binary 1111101 1001011 11001100 100111 111111 0 10100 100000111 111000 110111

Color Harmonies of #7D4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4BCC

Black with #7D4BCC

Text Example


Text Example

White with #7D4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,75,204); }

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

background-color css

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

 a { background-color: rgb(125,75,204); }

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

border-color css

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

 span { border-color: rgb(125,75,204); }

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