Html Css Color HEX #7D52DC Slate Blue

📋 copy color: '#7D52DC'

red 125 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #7D52DC

Tints of Slate Blue #7D52DC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.2%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 29.27%
G = 19.2%
B = 51.52%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D52DC (or 0x7D52DC) is known color: Slate Blue. HEX triplet: 7D, 52 and DC. RGB value is (125,82,220). Sum of RGB (Red+Green+Blue) = 125+82+220=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D52DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52DC is #82AD23. Grayscale: #6E6E6E. Windows color (decimal): -8564004 or 14439037. OLE color: 14439037.

HSL color Cylindrical-coordinate representation of color #7D52DC: hue angle of 258.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D52DC is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 82 220 -
CMYK 0.43 0.63 0 0.14
HSL 258.7º 0.66% 0.59% -
HSV(B) 258.7º 0.63% 0.86% -
XYZ 24.39 15.56 69.43 -
YUV 110.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 125 82 220 0.43 0.63 0 0.14 258.7 0.66 0.59
Hex 7D 52 DC 2B 3F 0 E 103 42 3B
Octal 175 122 334 53 77 0 16 403 102 73
Binary 1111101 1010010 11011100 101011 111111 0 1110 100000011 1000010 111011

Color Harmonies of #7D52DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52DC

Black with #7D52DC

Text Example


Text Example

White with #7D52DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,82,220); }

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

background-color css

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

 a { background-color: rgb(125,82,220); }

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

border-color css

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

 span { border-color: rgb(125,82,220); }

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