Html Css Color HEX #755CBC Blue Marguerite

📋 copy color: '#755CBC'

red 117 ◦ green 92 ◦ blue 188

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

Shades of Blue Marguerite #755CBC

Tints of Blue Marguerite #755CBC

RGB

 RED value IS 117 (46.09% from 255) = 29.47%

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

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

R = 29.47%
G = 23.17%
B = 47.36%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#755CBC (or 0x755CBC) is known color: Blue Marguerite. HEX triplet: 75, 5C and BC. RGB value is (117,92,188). Sum of RGB (Red+Green+Blue) = 117+92+188=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #755CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CBC is #8AA343. Grayscale: #6E6E6E. Windows color (decimal): -9085764 or 12344437. OLE color: 12344437.

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

Color convert

RGB 117 92 188 -
CMYK 0.38 0.51 0 0.26
HSL 255.63º 0.42% 0.55% -
HSV(B) 255.63º 0.51% 0.74% -
XYZ 20.24 15.07 49.42 -
YUV 110.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 117 92 188 0.38 0.51 0 0.26 255.63 0.42 0.55
Hex 75 5C BC 26 33 0 1A 100 2A 37
Octal 165 134 274 46 63 0 32 400 52 67
Binary 1110101 1011100 10111100 100110 110011 0 11010 100000000 101010 110111

Color Harmonies of #755CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CBC

Black with #755CBC

Text Example


Text Example

White with #755CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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