Html Css Color HEX #754AB9 Studio

📋 copy color: '#754AB9'

red 117 ◦ green 74 ◦ blue 185

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

Shades of Studio #754AB9

Tints of Studio #754AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

 BLUE value IS 185 (72.66% from 255) = 49.2%

R = 31.12%
G = 19.68%
B = 49.2%

CMYK

 C value IS 0.37

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#754AB9 (or 0x754AB9) is known color: Studio. HEX triplet: 75, 4A and B9. RGB value is (117,74,185). Sum of RGB (Red+Green+Blue) = 117+74+185=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #754AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754AB9 is #8AB546. Grayscale: #636363. Windows color (decimal): -9090375 or 12143221. OLE color: 12143221.

HSL color Cylindrical-coordinate representation of color #754AB9: hue angle of 263.24º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754AB9 is Cyan = 0.37, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 74 185 -
CMYK 0.37 0.6 0 0.27
HSL 263.24º 0.44% 0.51% -
HSV(B) 263.24º 0.6% 0.73% -
XYZ 18.54 12.18 47.27 -
YUV 99.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 117 74 185 0.37 0.6 0 0.27 263.24 0.44 0.51
Hex 75 4A B9 25 3C 0 1B 107 2C 33
Octal 165 112 271 45 74 0 33 407 54 63
Binary 1110101 1001010 10111001 100101 111100 0 11011 100000111 101100 110011

Color Harmonies of #754AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754AB9

Black with #754AB9

Text Example


Text Example

White with #754AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754AB9; }

 p { color: rgb(117,74,185); }

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

background-color css

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

 a { background-color: rgb(117,74,185); }

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

border-color css

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

 span { border-color: rgb(117,74,185); }

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