Html Css Color HEX #775CBE Blue Marguerite

📋 copy color: '#775CBE'

red 119 ◦ green 92 ◦ blue 190

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

Shades of Blue Marguerite #775CBE

Tints of Blue Marguerite #775CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 29.68%
G = 22.94%
B = 47.38%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#775CBE (or 0x775CBE) is known color: Blue Marguerite. HEX triplet: 77, 5C and BE. RGB value is (119,92,190). Sum of RGB (Red+Green+Blue) = 119+92+190=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #775CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CBE is #88A341. Grayscale: #6E6E6E. Windows color (decimal): -8954690 or 12475511. OLE color: 12475511.

HSL color Cylindrical-coordinate representation of color #775CBE: hue angle of 256.53º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775CBE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 92 190 -
CMYK 0.37 0.52 0 0.25
HSL 256.53º 0.43% 0.55% -
HSV(B) 256.53º 0.52% 0.75% -
XYZ 20.73 15.29 50.57 -
YUV 111.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 119 92 190 0.37 0.52 0 0.25 256.53 0.43 0.55
Hex 77 5C BE 25 34 0 19 101 2B 37
Octal 167 134 276 45 64 0 31 401 53 67
Binary 1110111 1011100 10111110 100101 110100 0 11001 100000001 101011 110111

Color Harmonies of #775CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CBE

Black with #775CBE

Text Example


Text Example

White with #775CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775CBE; }

 p { color: rgb(119,92,190); }

 H1.HeaderClassName
 {
   color: #775CBE;
 }
 .AnyTagClassName
 {
   color: #775CBE;
 }
</style>

background-color css

<style>
 a { background-color: #775CBE; }

 a { background-color: rgb(119,92,190); }

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

border-color css

<style>
 span { border-color: #775CBE; }

 span { border-color: rgb(119,92,190); }

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