Html Css Color HEX #774DBA Studio

📋 copy color: '#774DBA'

red 119 ◦ green 77 ◦ blue 186

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

Shades of Studio #774DBA

Tints of Studio #774DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

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

R = 31.15%
G = 20.16%
B = 48.69%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#774DBA (or 0x774DBA) is known color: Studio. HEX triplet: 77, 4D and BA. RGB value is (119,77,186). Sum of RGB (Red+Green+Blue) = 119+77+186=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #774DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DBA is #88B245. Grayscale: #656565. Windows color (decimal): -8958534 or 12209527. OLE color: 12209527.

HSL color Cylindrical-coordinate representation of color #774DBA: hue angle of 263.12º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774DBA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 77 186 -
CMYK 0.36 0.59 0 0.27
HSL 263.12º 0.44% 0.52% -
HSV(B) 263.12º 0.59% 0.73% -
XYZ 19.12 12.77 47.91 -
YUV 101.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 119 77 186 0.36 0.59 0 0.27 263.12 0.44 0.52
Hex 77 4D BA 24 3B 0 1B 107 2C 34
Octal 167 115 272 44 73 0 33 407 54 64
Binary 1110111 1001101 10111010 100100 111011 0 11011 100000111 101100 110100

Color Harmonies of #774DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DBA

Black with #774DBA

Text Example


Text Example

White with #774DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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