Html Css Color HEX #76509D Studio

📋 copy color: '#76509D'

red 118 ◦ green 80 ◦ blue 157

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

Shades of Studio #76509D

Tints of Studio #76509D

RGB

 RED value IS 118 (46.48% from 255) = 33.24%

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

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 33.24%
G = 22.54%
B = 44.23%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76509D (or 0x76509D) is known color: Studio. HEX triplet: 76, 50 and 9D. RGB value is (118,80,157). Sum of RGB (Red+Green+Blue) = 118+80+157=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #76509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76509D is #89AF62. Grayscale: #636363. Windows color (decimal): -9023331 or 10309750. OLE color: 10309750.

HSL color Cylindrical-coordinate representation of color #76509D: hue angle of 269.61º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76509D is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 80 157 -
CMYK 0.25 0.49 0 0.38
HSL 269.61º 0.32% 0.46% -
HSV(B) 269.61º 0.49% 0.62% -
XYZ 16.43 12.02 33.35 -
YUV 100.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 118 80 157 0.25 0.49 0 0.38 269.61 0.32 0.46
Hex 76 50 9D 19 31 0 26 10E 20 2E
Octal 166 120 235 31 61 0 46 416 40 56
Binary 1110110 1010000 10011101 11001 110001 0 100110 100001110 100000 101110

Color Harmonies of #76509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76509D

Black with #76509D

Text Example


Text Example

White with #76509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76509D; }

 p { color: rgb(118,80,157); }

 H1.HeaderClassName
 {
   color: #76509D;
 }
 .AnyTagClassName
 {
   color: #76509D;
 }
</style>

background-color css

<style>
 a { background-color: #76509D; }

 a { background-color: rgb(118,80,157); }

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

border-color css

<style>
 span { border-color: #76509D; }

 span { border-color: rgb(118,80,157); }

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