Html Css Color HEX #7D5BB0 Studio

📋 copy color: '#7D5BB0'

red 125 ◦ green 91 ◦ blue 176

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

Shades of Studio #7D5BB0

Tints of Studio #7D5BB0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 31.89%
G = 23.21%
B = 44.9%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7D5BB0 (or 0x7D5BB0) is known color: Studio. HEX triplet: 7D, 5B and B0. RGB value is (125,91,176). Sum of RGB (Red+Green+Blue) = 125+91+176=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 176 - color contains mainly: blue. Hex color #7D5BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5BB0 is #82A44F. Grayscale: #6E6E6E. Windows color (decimal): -8561744 or 11557757. OLE color: 11557757.

HSL color Cylindrical-coordinate representation of color #7D5BB0: hue angle of 264º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D5BB0 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 91 176 -
CMYK 0.29 0.48 0 0.31
HSL 264º 0.35% 0.52% -
HSV(B) 264º 0.48% 0.69% -
XYZ 20.04 14.98 42.91 -
YUV 110.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 125 91 176 0.29 0.48 0 0.31 264 0.35 0.52
Hex 7D 5B B0 1D 30 0 1F 108 23 34
Octal 175 133 260 35 60 0 37 410 43 64
Binary 1111101 1011011 10110000 11101 110000 0 11111 100001000 100011 110100

Color Harmonies of #7D5BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5BB0

Black with #7D5BB0

Text Example


Text Example

White with #7D5BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,91,176); }

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

background-color css

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

 a { background-color: rgb(125,91,176); }

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

border-color css

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

 span { border-color: rgb(125,91,176); }

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