Html Css Color HEX #775CBD Blue Marguerite

📋 copy color: '#775CBD'

red 119 ◦ green 92 ◦ blue 189

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

Shades of Blue Marguerite #775CBD

Tints of Blue Marguerite #775CBD

RGB

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

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

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

R = 29.75%
G = 23%
B = 47.25%

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

#775CBD (or 0x775CBD) is known color: Blue Marguerite. HEX triplet: 77, 5C and BD. RGB value is (119,92,189). Sum of RGB (Red+Green+Blue) = 119+92+189=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #775CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CBD is #88A342. Grayscale: #6E6E6E. Windows color (decimal): -8954691 or 12409975. OLE color: 12409975.

HSL color Cylindrical-coordinate representation of color #775CBD: hue angle of 256.7º degrees, saturation: 0.42, 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 #775CBD is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 92 189 -
CMYK 0.37 0.51 0 0.26
HSL 256.7º 0.42% 0.55% -
HSV(B) 256.7º 0.51% 0.74% -
XYZ 20.62 15.25 50 -
YUV 111.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 119 92 189 0.37 0.51 0 0.26 256.7 0.42 0.55
Hex 77 5C BD 25 33 0 1A 101 2A 37
Octal 167 134 275 45 63 0 32 401 52 67
Binary 1110111 1011100 10111101 100101 110011 0 11010 100000001 101010 110111

Color Harmonies of #775CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CBD

Black with #775CBD

Text Example


Text Example

White with #775CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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