Html Css Color HEX #755794 Studio

📋 copy color: '#755794'

red 117 ◦ green 87 ◦ blue 148

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

Shades of Studio #755794

Tints of Studio #755794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

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

R = 33.24%
G = 24.72%
B = 42.05%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755794 (or 0x755794) is known color: Studio. HEX triplet: 75, 57 and 94. RGB value is (117,87,148). Sum of RGB (Red+Green+Blue) = 117+87+148=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #755794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755794 is #8AA86B. Grayscale: #666666. Windows color (decimal): -9087084 or 9721717. OLE color: 9721717.

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

Color convert

RGB 117 87 148 -
CMYK 0.21 0.41 0 0.42
HSL 269.51º 0.26% 0.46% -
HSV(B) 269.51º 0.41% 0.58% -
XYZ 16.09 12.74 29.63 -
YUV 102.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 117 87 148 0.21 0.41 0 0.42 269.51 0.26 0.46
Hex 75 57 94 15 29 0 2A 10E 1A 2E
Octal 165 127 224 25 51 0 52 416 32 56
Binary 1110101 1010111 10010100 10101 101001 0 101010 100001110 11010 101110

Color Harmonies of #755794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755794

Black with #755794

Text Example


Text Example

White with #755794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755794; }

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

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

background-color css

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

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

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

border-color css

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

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

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