Html Css Color HEX #7D67DB Medium Slate Blue

📋 copy color: '#7D67DB'

red 125 ◦ green 103 ◦ blue 219

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

Shades of Medium Slate Blue #7D67DB

Tints of Medium Slate Blue #7D67DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.04%

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

R = 27.96%
G = 23.04%
B = 48.99%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D67DB (or 0x7D67DB) is known color: Medium Slate Blue. HEX triplet: 7D, 67 and DB. RGB value is (125,103,219). Sum of RGB (Red+Green+Blue) = 125+103+219=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D67DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67DB is #829824. Grayscale: #7A7A7A. Windows color (decimal): -8558629 or 14378877. OLE color: 14378877.

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

Color convert

RGB 125 103 219 -
CMYK 0.43 0.53 0 0.14
HSL 251.38º 0.62% 0.63% -
HSV(B) 251.38º 0.53% 0.86% -
XYZ 26.09 19.17 69.34 -
YUV 122.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 125 103 219 0.43 0.53 0 0.14 251.38 0.62 0.63
Hex 7D 67 DB 2B 35 0 E FB 3E 3F
Octal 175 147 333 53 65 0 16 373 76 77
Binary 1111101 1100111 11011011 101011 110101 0 1110 11111011 111110 111111

Color Harmonies of #7D67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D67DB

Black with #7D67DB

Text Example


Text Example

White with #7D67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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