Html Css Color HEX #755A9E Studio

📋 copy color: '#755A9E'

red 117 ◦ green 90 ◦ blue 158

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

Shades of Studio #755A9E

Tints of Studio #755A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 32.05%
G = 24.66%
B = 43.29%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#755A9E (or 0x755A9E) is known color: Studio. HEX triplet: 75, 5A and 9E. RGB value is (117,90,158). Sum of RGB (Red+Green+Blue) = 117+90+158=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #755A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A9E is #8AA561. Grayscale: #696969. Windows color (decimal): -9086306 or 10377845. OLE color: 10377845.

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

Color convert

RGB 117 90 158 -
CMYK 0.26 0.43 0 0.38
HSL 263.82º 0.27% 0.49% -
HSV(B) 263.82º 0.43% 0.62% -
XYZ 17.16 13.56 34.06 -
YUV 105.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 117 90 158 0.26 0.43 0 0.38 263.82 0.27 0.49
Hex 75 5A 9E 1A 2B 0 26 108 1B 31
Octal 165 132 236 32 53 0 46 410 33 61
Binary 1110101 1011010 10011110 11010 101011 0 100110 100001000 11011 110001

Color Harmonies of #755A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A9E

Black with #755A9E

Text Example


Text Example

White with #755A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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