Html Css Color HEX #774ABA Studio

📋 copy color: '#774ABA'

red 119 ◦ green 74 ◦ blue 186

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

Shades of Studio #774ABA

Tints of Studio #774ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 31.4%
G = 19.53%
B = 49.08%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#774ABA (or 0x774ABA) is known color: Studio. HEX triplet: 77, 4A and BA. RGB value is (119,74,186). Sum of RGB (Red+Green+Blue) = 119+74+186=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #774ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ABA is #88B545. Grayscale: #636363. Windows color (decimal): -8959302 or 12208759. OLE color: 12208759.

HSL color Cylindrical-coordinate representation of color #774ABA: hue angle of 264.11º degrees, saturation: 0.45, 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 #774ABA is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 74 186 -
CMYK 0.36 0.60 0 0.27
HSL 264.11º 0.45% 0.51% -
HSV(B) 264.11º 0.6% 0.73% -
XYZ 18.92 12.36 47.84 -
YUV 100.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 119 74 186 0.36 0.60 0 0.27 264.11 0.45 0.51
Hex 77 4A BA 24 3C 0 1B 108 2D 33
Octal 167 112 272 44 74 0 33 410 55 63
Binary 1110111 1001010 10111010 100100 111100 0 11011 100001000 101101 110011

Color Harmonies of #774ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774ABA

Black with #774ABA

Text Example


Text Example

White with #774ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,74,186); }

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

background-color css

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

 a { background-color: rgb(119,74,186); }

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

border-color css

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

 span { border-color: rgb(119,74,186); }

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