Html Css Color HEX #755495 Studio

📋 copy color: '#755495'

red 117 ◦ green 84 ◦ blue 149

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

Shades of Studio #755495

Tints of Studio #755495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 33.43%
G = 24%
B = 42.57%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755495 (or 0x755495) is known color: Studio. HEX triplet: 75, 54 and 95. RGB value is (117,84,149). Sum of RGB (Red+Green+Blue) = 117+84+149=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #755495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755495 is #8AAB6A. Grayscale: #656565. Windows color (decimal): -9087851 or 9786485. OLE color: 9786485.

HSL color Cylindrical-coordinate representation of color #755495: hue angle of 270.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755495 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 84 149 -
CMYK 0.21 0.44 0 0.42
HSL 270.46º 0.28% 0.46% -
HSV(B) 270.46º 0.44% 0.58% -
XYZ 15.93 12.29 29.97 -
YUV 101.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 117 84 149 0.21 0.44 0 0.42 270.46 0.28 0.46
Hex 75 54 95 15 2C 0 2A 10E 1C 2E
Octal 165 124 225 25 54 0 52 416 34 56
Binary 1110101 1010100 10010101 10101 101100 0 101010 100001110 11100 101110

Color Harmonies of #755495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755495

Black with #755495

Text Example


Text Example

White with #755495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755495; }

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

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

background-color css

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

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

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

border-color css

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

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

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