Html Css Color HEX #754EA0 Studio

📋 copy color: '#754EA0'

red 117 ◦ green 78 ◦ blue 160

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

Shades of Studio #754EA0

Tints of Studio #754EA0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 32.96%
G = 21.97%
B = 45.07%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#754EA0 (or 0x754EA0) is known color: Studio. HEX triplet: 75, 4E and A0. RGB value is (117,78,160). Sum of RGB (Red+Green+Blue) = 117+78+160=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #754EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754EA0 is #8AB15F. Grayscale: #626262. Windows color (decimal): -9089376 or 10505845. OLE color: 10505845.

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

Color convert

RGB 117 78 160 -
CMYK 0.27 0.51 0 0.37
HSL 268.54º 0.34% 0.47% -
HSV(B) 268.54º 0.51% 0.63% -
XYZ 16.41 11.77 34.66 -
YUV 99.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 117 78 160 0.27 0.51 0 0.37 268.54 0.34 0.47
Hex 75 4E A0 1B 33 0 25 10D 22 2F
Octal 165 116 240 33 63 0 45 415 42 57
Binary 1110101 1001110 10100000 11011 110011 0 100101 100001101 100010 101111

Color Harmonies of #754EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EA0

Black with #754EA0

Text Example


Text Example

White with #754EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,78,160); }

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

background-color css

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

 a { background-color: rgb(117,78,160); }

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

border-color css

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

 span { border-color: rgb(117,78,160); }

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