Html Css Color HEX #755695 Studio

📋 copy color: '#755695'

red 117 ◦ green 86 ◦ blue 149

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

Shades of Studio #755695

Tints of Studio #755695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

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

R = 33.24%
G = 24.43%
B = 42.33%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755695 (or 0x755695) is known color: Studio. HEX triplet: 75, 56 and 95. RGB value is (117,86,149). Sum of RGB (Red+Green+Blue) = 117+86+149=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #755695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755695 is #8AA96A. Grayscale: #666666. Windows color (decimal): -9087339 or 9786997. OLE color: 9786997.

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

Color convert

RGB 117 86 149 -
CMYK 0.21 0.42 0 0.42
HSL 269.52º 0.27% 0.46% -
HSV(B) 269.52º 0.42% 0.58% -
XYZ 16.09 12.61 30.02 -
YUV 102.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 117 86 149 0.21 0.42 0 0.42 269.52 0.27 0.46
Hex 75 56 95 15 2A 0 2A 10E 1B 2E
Octal 165 126 225 25 52 0 52 416 33 56
Binary 1110101 1010110 10010101 10101 101010 0 101010 100001110 11011 101110

Color Harmonies of #755695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755695

Black with #755695

Text Example


Text Example

White with #755695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755695; }

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

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

background-color css

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

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

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

border-color css

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

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

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