Html Css Color HEX #7D50BC Studio

📋 copy color: '#7D50BC'

red 125 ◦ green 80 ◦ blue 188

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

Shades of Studio #7D50BC

Tints of Studio #7D50BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.36%

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 31.81%
G = 20.36%
B = 47.84%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D50BC (or 0x7D50BC) is known color: Studio. HEX triplet: 7D, 50 and BC. RGB value is (125,80,188). Sum of RGB (Red+Green+Blue) = 125+80+188=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D50BC is #82AF43. Grayscale: #696969. Windows color (decimal): -8564548 or 12341373. OLE color: 12341373.

HSL color Cylindrical-coordinate representation of color #7D50BC: hue angle of 265º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D50BC is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 80 188 -
CMYK 0.34 0.57 0 0.26
HSL 265º 0.45% 0.53% -
HSV(B) 265º 0.57% 0.74% -
XYZ 20.4 13.73 49.15 -
YUV 105.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 125 80 188 0.34 0.57 0 0.26 265 0.45 0.53
Hex 7D 50 BC 22 39 0 1A 109 2D 35
Octal 175 120 274 42 71 0 32 411 55 65
Binary 1111101 1010000 10111100 100010 111001 0 11010 100001001 101101 110101

Color Harmonies of #7D50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D50BC

Black with #7D50BC

Text Example


Text Example

White with #7D50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,188); }

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

background-color css

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

 a { background-color: rgb(125,80,188); }

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

border-color css

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

 span { border-color: rgb(125,80,188); }

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