Html Css Color HEX #7D4EBA Studio

📋 copy color: '#7D4EBA'

red 125 ◦ green 78 ◦ blue 186

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

Shades of Studio #7D4EBA

Tints of Studio #7D4EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 32.13%
G = 20.05%
B = 47.81%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D4EBA (or 0x7D4EBA) is known color: Studio. HEX triplet: 7D, 4E and BA. RGB value is (125,78,186). Sum of RGB (Red+Green+Blue) = 125+78+186=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D4EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4EBA is #82B145. Grayscale: #676767. Windows color (decimal): -8565062 or 12209789. OLE color: 12209789.

HSL color Cylindrical-coordinate representation of color #7D4EBA: hue angle of 266.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D4EBA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 78 186 -
CMYK 0.33 0.58 0 0.27
HSL 266.11º 0.44% 0.52% -
HSV(B) 266.11º 0.58% 0.73% -
XYZ 20.04 13.35 47.98 -
YUV 104.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 125 78 186 0.33 0.58 0 0.27 266.11 0.44 0.52
Hex 7D 4E BA 21 3A 0 1B 10A 2C 34
Octal 175 116 272 41 72 0 33 412 54 64
Binary 1111101 1001110 10111010 100001 111010 0 11011 100001010 101100 110100

Color Harmonies of #7D4EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4EBA

Black with #7D4EBA

Text Example


Text Example

White with #7D4EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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