Html Css Color HEX #7D53DB Slate Blue

📋 copy color: '#7D53DB'

red 125 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #7D53DB

Tints of Slate Blue #7D53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.44%

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 29.27%
G = 19.44%
B = 51.29%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D53DB (or 0x7D53DB) is known color: Slate Blue. HEX triplet: 7D, 53 and DB. RGB value is (125,83,219). Sum of RGB (Red+Green+Blue) = 125+83+219=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D53DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D53DB is #82AC24. Grayscale: #6E6E6E. Windows color (decimal): -8563749 or 14373757. OLE color: 14373757.

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

Color convert

RGB 125 83 219 -
CMYK 0.43 0.62 0 0.14
HSL 258.53º 0.65% 0.59% -
HSV(B) 258.53º 0.62% 0.86% -
XYZ 24.34 15.66 68.76 -
YUV 111.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 125 83 219 0.43 0.62 0 0.14 258.53 0.65 0.59
Hex 7D 53 DB 2B 3E 0 E 103 41 3B
Octal 175 123 333 53 76 0 16 403 101 73
Binary 1111101 1010011 11011011 101011 111110 0 1110 100000011 1000001 111011

Color Harmonies of #7D53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D53DB

Black with #7D53DB

Text Example


Text Example

White with #7D53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,83,219); }

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

background-color css

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

 a { background-color: rgb(125,83,219); }

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

border-color css

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

 span { border-color: rgb(125,83,219); }

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