Html Css Color HEX #774BBD Studio

📋 copy color: '#774BBD'

red 119 ◦ green 75 ◦ blue 189

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

Shades of Studio #774BBD

Tints of Studio #774BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 31.07%
G = 19.58%
B = 49.35%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#774BBD (or 0x774BBD) is known color: Studio. HEX triplet: 77, 4B and BD. RGB value is (119,75,189). Sum of RGB (Red+Green+Blue) = 119+75+189=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #774BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BBD is #88B442. Grayscale: #646464. Windows color (decimal): -8959043 or 12405623. OLE color: 12405623.

HSL color Cylindrical-coordinate representation of color #774BBD: hue angle of 263.16º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774BBD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 75 189 -
CMYK 0.37 0.60 0 0.26
HSL 263.16º 0.46% 0.52% -
HSV(B) 263.16º 0.6% 0.74% -
XYZ 19.31 12.63 49.56 -
YUV 101.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 119 75 189 0.37 0.60 0 0.26 263.16 0.46 0.52
Hex 77 4B BD 25 3C 0 1A 107 2E 34
Octal 167 113 275 45 74 0 32 407 56 64
Binary 1110111 1001011 10111101 100101 111100 0 11010 100000111 101110 110100

Color Harmonies of #774BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BBD

Black with #774BBD

Text Example


Text Example

White with #774BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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