Html Css Color HEX #754F9E Studio

📋 copy color: '#754F9E'

red 117 ◦ green 79 ◦ blue 158

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

Shades of Studio #754F9E

Tints of Studio #754F9E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

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

R = 33.05%
G = 22.32%
B = 44.63%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#754F9E (or 0x754F9E) is known color: Studio. HEX triplet: 75, 4F and 9E. RGB value is (117,79,158). Sum of RGB (Red+Green+Blue) = 117+79+158=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #754F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F9E is #8AB061. Grayscale: #636363. Windows color (decimal): -9089122 or 10375029. OLE color: 10375029.

HSL color Cylindrical-coordinate representation of color #754F9E: hue angle of 268.86º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754F9E is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 79 158 -
CMYK 0.26 0.50 0 0.38
HSL 268.86º 0.33% 0.46% -
HSV(B) 268.86º 0.5% 0.62% -
XYZ 16.3 11.84 33.77 -
YUV 99.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 117 79 158 0.26 0.50 0 0.38 268.86 0.33 0.46
Hex 75 4F 9E 1A 32 0 26 10D 21 2E
Octal 165 117 236 32 62 0 46 415 41 56
Binary 1110101 1001111 10011110 11010 110010 0 100110 100001101 100001 101110

Color Harmonies of #754F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F9E

Black with #754F9E

Text Example


Text Example

White with #754F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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