Html Css Color HEX #755896 Studio

📋 copy color: '#755896'

red 117 ◦ green 88 ◦ blue 150

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

Shades of Studio #755896

Tints of Studio #755896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.79%

 BLUE value IS 150 (58.98% from 255) = 42.25%

R = 32.96%
G = 24.79%
B = 42.25%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#755896 (or 0x755896) is known color: Studio. HEX triplet: 75, 58 and 96. RGB value is (117,88,150). Sum of RGB (Red+Green+Blue) = 117+88+150=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #755896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755896 is #8AA769. Grayscale: #676767. Windows color (decimal): -9086826 or 9853045. OLE color: 9853045.

HSL color Cylindrical-coordinate representation of color #755896: hue angle of 268.06º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755896 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 88 150 -
CMYK 0.22 0.41 0 0.41
HSL 268.06º 0.26% 0.47% -
HSV(B) 268.06º 0.41% 0.59% -
XYZ 16.33 12.96 30.5 -
YUV 103.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 117 88 150 0.22 0.41 0 0.41 268.06 0.26 0.47
Hex 75 58 96 16 29 0 29 10C 1A 2F
Octal 165 130 226 26 51 0 51 414 32 57
Binary 1110101 1011000 10010110 10110 101001 0 101001 100001100 11010 101111

Color Harmonies of #755896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755896

Black with #755896

Text Example


Text Example

White with #755896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755896; }

 p { color: rgb(117,88,150); }

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

background-color css

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

 a { background-color: rgb(117,88,150); }

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

border-color css

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

 span { border-color: rgb(117,88,150); }

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