Html Css Color HEX #76509B Studio

📋 copy color: '#76509B'

red 118 ◦ green 80 ◦ blue 155

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

Shades of Studio #76509B

Tints of Studio #76509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.91%

R = 33.43%
G = 22.66%
B = 43.91%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76509B (or 0x76509B) is known color: Studio. HEX triplet: 76, 50 and 9B. RGB value is (118,80,155). Sum of RGB (Red+Green+Blue) = 118+80+155=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #76509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76509B is #89AF64. Grayscale: #636363. Windows color (decimal): -9023333 or 10178678. OLE color: 10178678.

HSL color Cylindrical-coordinate representation of color #76509B: hue angle of 270.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76509B is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 80 155 -
CMYK 0.24 0.48 0 0.39
HSL 270.4º 0.32% 0.46% -
HSV(B) 270.4º 0.48% 0.61% -
XYZ 16.26 11.96 32.46 -
YUV 99.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 118 80 155 0.24 0.48 0 0.39 270.4 0.32 0.46
Hex 76 50 9B 18 30 0 27 10E 20 2E
Octal 166 120 233 30 60 0 47 416 40 56
Binary 1110110 1010000 10011011 11000 110000 0 100111 100001110 100000 101110

Color Harmonies of #76509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76509B

Black with #76509B

Text Example


Text Example

White with #76509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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