Html Css Color HEX #754E9C Studio

📋 copy color: '#754E9C'

red 117 ◦ green 78 ◦ blue 156

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

Shades of Studio #754E9C

Tints of Studio #754E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 33.33%
G = 22.22%
B = 44.44%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#754E9C (or 0x754E9C) is known color: Studio. HEX triplet: 75, 4E and 9C. RGB value is (117,78,156). Sum of RGB (Red+Green+Blue) = 117+78+156=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #754E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754E9C is #8AB163. Grayscale: #626262. Windows color (decimal): -9089380 or 10243701. OLE color: 10243701.

HSL color Cylindrical-coordinate representation of color #754E9C: hue angle of 270º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754E9C is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 78 156 -
CMYK 0.25 0.5 0 0.39
HSL 270º 0.33% 0.46% -
HSV(B) 270º 0.5% 0.61% -
XYZ 16.06 11.63 32.85 -
YUV 98.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 117 78 156 0.25 0.5 0 0.39 270 0.33 0.46
Hex 75 4E 9C 19 32 0 27 10E 21 2E
Octal 165 116 234 31 62 0 47 416 41 56
Binary 1110101 1001110 10011100 11001 110010 0 100111 100001110 100001 101110

Color Harmonies of #754E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E9C

Black with #754E9C

Text Example


Text Example

White with #754E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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