Html Css Color HEX #775CBC Blue Marguerite

📋 copy color: '#775CBC'

red 119 ◦ green 92 ◦ blue 188

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

Shades of Blue Marguerite #775CBC

Tints of Blue Marguerite #775CBC

RGB

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

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

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

R = 29.82%
G = 23.06%
B = 47.12%

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

#775CBC (or 0x775CBC) is known color: Blue Marguerite. HEX triplet: 77, 5C and BC. RGB value is (119,92,188). Sum of RGB (Red+Green+Blue) = 119+92+188=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #775CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CBC is #88A343. Grayscale: #6E6E6E. Windows color (decimal): -8954692 or 12344439. OLE color: 12344439.

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

Color convert

RGB 119 92 188 -
CMYK 0.37 0.51 0 0.26
HSL 256.88º 0.42% 0.55% -
HSV(B) 256.88º 0.51% 0.74% -
XYZ 20.51 15.21 49.43 -
YUV 111.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 119 92 188 0.37 0.51 0 0.26 256.88 0.42 0.55
Hex 77 5C BC 25 33 0 1A 101 2A 37
Octal 167 134 274 45 63 0 32 401 52 67
Binary 1110111 1011100 10111100 100101 110011 0 11010 100000001 101010 110111

Color Harmonies of #775CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CBC

Black with #775CBC

Text Example


Text Example

White with #775CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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