Html Css Color HEX #75509C Studio

📋 copy color: '#75509C'

red 117 ◦ green 80 ◦ blue 156

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

Shades of Studio #75509C

Tints of Studio #75509C

RGB

 RED value IS 117 (46.09% from 255) = 33.14%

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 33.14%
G = 22.66%
B = 44.19%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75509C (or 0x75509C) is known color: Studio. HEX triplet: 75, 50 and 9C. RGB value is (117,80,156). Sum of RGB (Red+Green+Blue) = 117+80+156=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #75509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75509C is #8AAF63. Grayscale: #636363. Windows color (decimal): -9088868 or 10244213. OLE color: 10244213.

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

Color convert

RGB 117 80 156 -
CMYK 0.25 0.49 0 0.39
HSL 269.21º 0.32% 0.46% -
HSV(B) 269.21º 0.49% 0.61% -
XYZ 16.21 11.92 32.9 -
YUV 99.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 117 80 156 0.25 0.49 0 0.39 269.21 0.32 0.46
Hex 75 50 9C 19 31 0 27 10D 20 2E
Octal 165 120 234 31 61 0 47 415 40 56
Binary 1110101 1010000 10011100 11001 110001 0 100111 100001101 100000 101110

Color Harmonies of #75509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75509C

Black with #75509C

Text Example


Text Example

White with #75509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75509C; }

 p { color: rgb(117,80,156); }

 H1.HeaderClassName
 {
   color: #75509C;
 }
 .AnyTagClassName
 {
   color: #75509C;
 }
</style>

background-color css

<style>
 a { background-color: #75509C; }

 a { background-color: rgb(117,80,156); }

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

border-color css

<style>
 span { border-color: #75509C; }

 span { border-color: rgb(117,80,156); }

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