Html Css Color HEX #755B9C Studio

📋 copy color: '#755B9C'

red 117 ◦ green 91 ◦ blue 156

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

Shades of Studio #755B9C

Tints of Studio #755B9C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25%

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 32.14%
G = 25%
B = 42.86%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#755B9C (or 0x755B9C) is known color: Studio. HEX triplet: 75, 5B and 9C. RGB value is (117,91,156). Sum of RGB (Red+Green+Blue) = 117+91+156=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #755B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B9C is #8AA463. Grayscale: #696969. Windows color (decimal): -9086052 or 10247029. OLE color: 10247029.

HSL color Cylindrical-coordinate representation of color #755B9C: hue angle of 264º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755B9C is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 91 156 -
CMYK 0.25 0.42 0 0.39
HSL 264º 0.26% 0.48% -
HSV(B) 264º 0.42% 0.61% -
XYZ 17.08 13.66 33.19 -
YUV 106.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 117 91 156 0.25 0.42 0 0.39 264 0.26 0.48
Hex 75 5B 9C 19 2A 0 27 108 1A 30
Octal 165 133 234 31 52 0 47 410 32 60
Binary 1110101 1011011 10011100 11001 101010 0 100111 100001000 11010 110000

Color Harmonies of #755B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B9C

Black with #755B9C

Text Example


Text Example

White with #755B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755B9C; }

 p { color: rgb(117,91,156); }

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

background-color css

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

 a { background-color: rgb(117,91,156); }

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

border-color css

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

 span { border-color: rgb(117,91,156); }

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