Html Css Color HEX #774BBA Studio

📋 copy color: '#774BBA'

red 119 ◦ green 75 ◦ blue 186

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

Shades of Studio #774BBA

Tints of Studio #774BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

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

R = 31.32%
G = 19.74%
B = 48.95%

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

#774BBA (or 0x774BBA) is known color: Studio. HEX triplet: 77, 4B and BA. RGB value is (119,75,186). Sum of RGB (Red+Green+Blue) = 119+75+186=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #774BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BBA is #88B445. Grayscale: #646464. Windows color (decimal): -8959046 or 12209015. OLE color: 12209015.

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

Color convert

RGB 119 75 186 -
CMYK 0.36 0.60 0 0.27
HSL 263.78º 0.45% 0.51% -
HSV(B) 263.78º 0.6% 0.73% -
XYZ 18.99 12.5 47.87 -
YUV 100.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 119 75 186 0.36 0.60 0 0.27 263.78 0.45 0.51
Hex 77 4B BA 24 3C 0 1B 108 2D 33
Octal 167 113 272 44 74 0 33 410 55 63
Binary 1110111 1001011 10111010 100100 111100 0 11011 100001000 101101 110011

Color Harmonies of #774BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BBA

Black with #774BBA

Text Example


Text Example

White with #774BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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