Html Css Color HEX #755A9D Studio

📋 copy color: '#755A9D'

red 117 ◦ green 90 ◦ blue 157

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

Shades of Studio #755A9D

Tints of Studio #755A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 32.14%
G = 24.73%
B = 43.13%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#755A9D (or 0x755A9D) is known color: Studio. HEX triplet: 75, 5A and 9D. RGB value is (117,90,157). Sum of RGB (Red+Green+Blue) = 117+90+157=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #755A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A9D is #8AA562. Grayscale: #696969. Windows color (decimal): -9086307 or 10312309. OLE color: 10312309.

HSL color Cylindrical-coordinate representation of color #755A9D: hue angle of 264.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755A9D is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 90 157 -
CMYK 0.25 0.43 0 0.38
HSL 264.18º 0.27% 0.48% -
HSV(B) 264.18º 0.43% 0.62% -
XYZ 17.08 13.53 33.61 -
YUV 105.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 117 90 157 0.25 0.43 0 0.38 264.18 0.27 0.48
Hex 75 5A 9D 19 2B 0 26 108 1B 30
Octal 165 132 235 31 53 0 46 410 33 60
Binary 1110101 1011010 10011101 11001 101011 0 100110 100001000 11011 110000

Color Harmonies of #755A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A9D

Black with #755A9D

Text Example


Text Example

White with #755A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,90,157); }

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

background-color css

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

 a { background-color: rgb(117,90,157); }

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

border-color css

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

 span { border-color: rgb(117,90,157); }

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