Html Css Color HEX #76509E Studio

📋 copy color: '#76509E'

red 118 ◦ green 80 ◦ blue 158

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

Shades of Studio #76509E

Tints of Studio #76509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.38%

R = 33.15%
G = 22.47%
B = 44.38%

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

#76509E (or 0x76509E) is known color: Studio. HEX triplet: 76, 50 and 9E. RGB value is (118,80,158). Sum of RGB (Red+Green+Blue) = 118+80+158=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #76509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76509E is #89AF61. Grayscale: #636363. Windows color (decimal): -9023330 or 10375286. OLE color: 10375286.

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

Color convert

RGB 118 80 158 -
CMYK 0.25 0.49 0 0.38
HSL 269.23º 0.33% 0.47% -
HSV(B) 269.23º 0.49% 0.62% -
XYZ 16.51 12.06 33.8 -
YUV 100.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 118 80 158 0.25 0.49 0 0.38 269.23 0.33 0.47
Hex 76 50 9E 19 31 0 26 10D 21 2F
Octal 166 120 236 31 61 0 46 415 41 57
Binary 1110110 1010000 10011110 11001 110001 0 100110 100001101 100001 101111

Color Harmonies of #76509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76509E

Black with #76509E

Text Example


Text Example

White with #76509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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