Html Css Color HEX #7255BC Blue Marguerite

📋 copy color: '#7255BC'

red 114 ◦ green 85 ◦ blue 188

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

Shades of Blue Marguerite #7255BC

Tints of Blue Marguerite #7255BC

RGB

 RED value IS 114 (44.92% from 255) = 29.46%

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 29.46%
G = 21.96%
B = 48.58%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7255BC (or 0x7255BC) is known color: Blue Marguerite. HEX triplet: 72, 55 and BC. RGB value is (114,85,188). Sum of RGB (Red+Green+Blue) = 114+85+188=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #7255BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255BC is #8DAA43. Grayscale: #696969. Windows color (decimal): -9284164 or 12342642. OLE color: 12342642.

HSL color Cylindrical-coordinate representation of color #7255BC: hue angle of 256.89º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7255BC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 85 188 -
CMYK 0.39 0.55 0 0.26
HSL 256.89º 0.43% 0.54% -
HSV(B) 256.89º 0.55% 0.74% -
XYZ 19.27 13.71 49.21 -
YUV 105.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 114 85 188 0.39 0.55 0 0.26 256.89 0.43 0.54
Hex 72 55 BC 27 37 0 1A 101 2B 36
Octal 162 125 274 47 67 0 32 401 53 66
Binary 1110010 1010101 10111100 100111 110111 0 11010 100000001 101011 110110

Color Harmonies of #7255BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255BC

Black with #7255BC

Text Example


Text Example

White with #7255BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7255BC; }

 p { color: rgb(114,85,188); }

 H1.HeaderClassName
 {
   color: #7255BC;
 }
 .AnyTagClassName
 {
   color: #7255BC;
 }
</style>

background-color css

<style>
 a { background-color: #7255BC; }

 a { background-color: rgb(114,85,188); }

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

border-color css

<style>
 span { border-color: #7255BC; }

 span { border-color: rgb(114,85,188); }

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