Html Css Color HEX #755694 Studio

📋 copy color: '#755694'

red 117 ◦ green 86 ◦ blue 148

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

Shades of Studio #755694

Tints of Studio #755694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 33.33%
G = 24.5%
B = 42.17%

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

#755694 (or 0x755694) is known color: Studio. HEX triplet: 75, 56 and 94. RGB value is (117,86,148). Sum of RGB (Red+Green+Blue) = 117+86+148=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #755694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755694 is #8AA96B. Grayscale: #666666. Windows color (decimal): -9087340 or 9721461. OLE color: 9721461.

HSL color Cylindrical-coordinate representation of color #755694: hue angle of 270º degrees, saturation: 0.26, 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 #755694 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 86 148 -
CMYK 0.21 0.42 0 0.42
HSL 270º 0.26% 0.46% -
HSV(B) 270º 0.42% 0.58% -
XYZ 16.01 12.58 29.6 -
YUV 102.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 117 86 148 0.21 0.42 0 0.42 270 0.26 0.46
Hex 75 56 94 15 2A 0 2A 10E 1A 2E
Octal 165 126 224 25 52 0 52 416 32 56
Binary 1110101 1010110 10010100 10101 101010 0 101010 100001110 11010 101110

Color Harmonies of #755694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755694

Black with #755694

Text Example


Text Example

White with #755694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755694; }

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

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

background-color css

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

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

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

border-color css

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

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

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