Html Css Color HEX #755A99 Studio

📋 copy color: '#755A99'

red 117 ◦ green 90 ◦ blue 153

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

Shades of Studio #755A99

Tints of Studio #755A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 32.5%
G = 25%
B = 42.5%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#755A99 (or 0x755A99) is known color: Studio. HEX triplet: 75, 5A and 99. RGB value is (117,90,153). Sum of RGB (Red+Green+Blue) = 117+90+153=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #755A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A99 is #8AA566. Grayscale: #696969. Windows color (decimal): -9086311 or 10050165. OLE color: 10050165.

HSL color Cylindrical-coordinate representation of color #755A99: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755A99 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 90 153 -
CMYK 0.24 0.41 0 0.4
HSL 265.71º 0.26% 0.48% -
HSV(B) 265.71º 0.41% 0.6% -
XYZ 16.74 13.39 31.84 -
YUV 105.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 117 90 153 0.24 0.41 0 0.4 265.71 0.26 0.48
Hex 75 5A 99 18 29 0 28 10A 1A 30
Octal 165 132 231 30 51 0 50 412 32 60
Binary 1110101 1011010 10011001 11000 101001 0 101000 100001010 11010 110000

Color Harmonies of #755A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A99

Black with #755A99

Text Example


Text Example

White with #755A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A99; }

 p { color: rgb(117,90,153); }

 H1.HeaderClassName
 {
   color: #755A99;
 }
 .AnyTagClassName
 {
   color: #755A99;
 }
</style>

background-color css

<style>
 a { background-color: #755A99; }

 a { background-color: rgb(117,90,153); }

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

border-color css

<style>
 span { border-color: #755A99; }

 span { border-color: rgb(117,90,153); }

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