Html Css Color HEX #755B9B Studio

📋 copy color: '#755B9B'

red 117 ◦ green 91 ◦ blue 155

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

Shades of Studio #755B9B

Tints of Studio #755B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 32.23%
G = 25.07%
B = 42.7%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#755B9B (or 0x755B9B) is known color: Studio. HEX triplet: 75, 5B and 9B. RGB value is (117,91,155). Sum of RGB (Red+Green+Blue) = 117+91+155=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #755B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B9B is #8AA464. Grayscale: #696969. Windows color (decimal): -9086053 or 10181493. OLE color: 10181493.

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

Color convert

RGB 117 91 155 -
CMYK 0.25 0.41 0 0.39
HSL 264.38º 0.26% 0.48% -
HSV(B) 264.38º 0.41% 0.61% -
XYZ 16.99 13.63 32.75 -
YUV 106.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 117 91 155 0.25 0.41 0 0.39 264.38 0.26 0.48
Hex 75 5B 9B 19 29 0 27 108 1A 30
Octal 165 133 233 31 51 0 47 410 32 60
Binary 1110101 1011011 10011011 11001 101001 0 100111 100001000 11010 110000

Color Harmonies of #755B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B9B

Black with #755B9B

Text Example


Text Example

White with #755B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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