Html Css Color HEX #7D54DB Slate Blue

📋 copy color: '#7D54DB'

red 125 ◦ green 84 ◦ blue 219

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

Shades of Slate Blue #7D54DB

Tints of Slate Blue #7D54DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

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

R = 29.21%
G = 19.63%
B = 51.17%

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

#7D54DB (or 0x7D54DB) is known color: Slate Blue. HEX triplet: 7D, 54 and DB. RGB value is (125,84,219). Sum of RGB (Red+Green+Blue) = 125+84+219=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D54DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D54DB is #82AB24. Grayscale: #6F6F6F. Windows color (decimal): -8563493 or 14374013. OLE color: 14374013.

HSL color Cylindrical-coordinate representation of color #7D54DB: hue angle of 258.22º 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 #7D54DB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 84 219 -
CMYK 0.43 0.62 0 0.14
HSL 258.22º 0.65% 0.59% -
HSV(B) 258.22º 0.62% 0.86% -
XYZ 24.41 15.82 68.78 -
YUV 111.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 125 84 219 0.43 0.62 0 0.14 258.22 0.65 0.59
Hex 7D 54 DB 2B 3E 0 E 102 41 3B
Octal 175 124 333 53 76 0 16 402 101 73
Binary 1111101 1010100 11011011 101011 111110 0 1110 100000010 1000001 111011

Color Harmonies of #7D54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D54DB

Black with #7D54DB

Text Example


Text Example

White with #7D54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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