Html Css Color HEX #7D4ECB Slate Blue

📋 copy color: '#7D4ECB'

red 125 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #7D4ECB

Tints of Slate Blue #7D4ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.21%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 30.79%
G = 19.21%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D4ECB (or 0x7D4ECB) is known color: Slate Blue. HEX triplet: 7D, 4E and CB. RGB value is (125,78,203). Sum of RGB (Red+Green+Blue) = 125+78+203=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4ECB is #82B134. Grayscale: #696969. Windows color (decimal): -8565045 or 13323901. OLE color: 13323901.

HSL color Cylindrical-coordinate representation of color #7D4ECB: hue angle of 262.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D4ECB is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 78 203 -
CMYK 0.38 0.62 0 0.20
HSL 262.56º 0.55% 0.55% -
HSV(B) 262.56º 0.62% 0.8% -
XYZ 21.96 14.12 58.07 -
YUV 106.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 125 78 203 0.38 0.62 0 0.20 262.56 0.55 0.55
Hex 7D 4E CB 26 3E 0 14 107 37 37
Octal 175 116 313 46 76 0 24 407 67 67
Binary 1111101 1001110 11001011 100110 111110 0 10100 100000111 110111 110111

Color Harmonies of #7D4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4ECB

Black with #7D4ECB

Text Example


Text Example

White with #7D4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,78,203); }

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

background-color css

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

 a { background-color: rgb(125,78,203); }

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

border-color css

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

 span { border-color: rgb(125,78,203); }

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