Html Css Color HEX #774F9E Studio

📋 copy color: '#774F9E'

red 119 ◦ green 79 ◦ blue 158

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

Shades of Studio #774F9E

Tints of Studio #774F9E

RGB

 RED value IS 119 (46.88% from 255) = 33.43%

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

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

R = 33.43%
G = 22.19%
B = 44.38%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#774F9E (or 0x774F9E) is known color: Studio. HEX triplet: 77, 4F and 9E. RGB value is (119,79,158). Sum of RGB (Red+Green+Blue) = 119+79+158=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #774F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774F9E is #88B061. Grayscale: #636363. Windows color (decimal): -8958050 or 10375031. OLE color: 10375031.

HSL color Cylindrical-coordinate representation of color #774F9E: hue angle of 270.38º 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 #774F9E is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 79 158 -
CMYK 0.25 0.50 0 0.38
HSL 270.38º 0.33% 0.46% -
HSV(B) 270.38º 0.5% 0.62% -
XYZ 16.58 11.98 33.79 -
YUV 99.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 119 79 158 0.25 0.50 0 0.38 270.38 0.33 0.46
Hex 77 4F 9E 19 32 0 26 10E 21 2E
Octal 167 117 236 31 62 0 46 416 41 56
Binary 1110111 1001111 10011110 11001 110010 0 100110 100001110 100001 101110

Color Harmonies of #774F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F9E

Black with #774F9E

Text Example


Text Example

White with #774F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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