Html Css Color HEX #775DBC Blue Marguerite

📋 copy color: '#775DBC'

red 119 ◦ green 93 ◦ blue 188

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

Shades of Blue Marguerite #775DBC

Tints of Blue Marguerite #775DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.25%

 BLUE value IS 188 (73.83% from 255) = 47%

R = 29.75%
G = 23.25%
B = 47%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#775DBC (or 0x775DBC) is known color: Blue Marguerite. HEX triplet: 77, 5D and BC. RGB value is (119,93,188). Sum of RGB (Red+Green+Blue) = 119+93+188=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #775DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DBC is #88A243. Grayscale: #6F6F6F. Windows color (decimal): -8954436 or 12344695. OLE color: 12344695.

HSL color Cylindrical-coordinate representation of color #775DBC: hue angle of 256.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #775DBC is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 93 188 -
CMYK 0.37 0.51 0 0.26
HSL 256.42º 0.41% 0.55% -
HSV(B) 256.42º 0.51% 0.74% -
XYZ 20.6 15.38 49.46 -
YUV 111.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 119 93 188 0.37 0.51 0 0.26 256.42 0.41 0.55
Hex 77 5D BC 25 33 0 1A 100 29 37
Octal 167 135 274 45 63 0 32 400 51 67
Binary 1110111 1011101 10111100 100101 110011 0 11010 100000000 101001 110111

Color Harmonies of #775DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DBC

Black with #775DBC

Text Example


Text Example

White with #775DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,93,188); }

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

background-color css

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

 a { background-color: rgb(119,93,188); }

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

border-color css

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

 span { border-color: rgb(119,93,188); }

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