Html Css Color HEX #7554A9 Studio

📋 copy color: '#7554A9'

red 117 ◦ green 84 ◦ blue 169

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

Shades of Studio #7554A9

Tints of Studio #7554A9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

 BLUE value IS 169 (66.41% from 255) = 45.68%

R = 31.62%
G = 22.7%
B = 45.68%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7554A9 (or 0x7554A9) is known color: Studio. HEX triplet: 75, 54 and A9. RGB value is (117,84,169). Sum of RGB (Red+Green+Blue) = 117+84+169=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 169 - color contains mainly: blue. Hex color #7554A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7554A9 is #8AAB56. Grayscale: #676767. Windows color (decimal): -9087831 or 11097205. OLE color: 11097205.

HSL color Cylindrical-coordinate representation of color #7554A9: hue angle of 263.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7554A9 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 84 169 -
CMYK 0.31 0.50 0 0.34
HSL 263.29º 0.34% 0.5% -
HSV(B) 263.29º 0.5% 0.66% -
XYZ 17.67 12.99 39.11 -
YUV 103.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 117 84 169 0.31 0.50 0 0.34 263.29 0.34 0.5
Hex 75 54 A9 1F 32 0 22 107 22 32
Octal 165 124 251 37 62 0 42 407 42 62
Binary 1110101 1010100 10101001 11111 110010 0 100010 100000111 100010 110010

Color Harmonies of #7554A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7554A9

Black with #7554A9

Text Example


Text Example

White with #7554A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7554A9; }

 p { color: rgb(117,84,169); }

 H1.HeaderClassName
 {
   color: #7554A9;
 }
 .AnyTagClassName
 {
   color: #7554A9;
 }
</style>

background-color css

<style>
 a { background-color: #7554A9; }

 a { background-color: rgb(117,84,169); }

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

border-color css

<style>
 span { border-color: #7554A9; }

 span { border-color: rgb(117,84,169); }

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