Html Css Color HEX #7262B1 Blue Marguerite

📋 copy color: '#7262B1'

red 114 ◦ green 98 ◦ blue 177

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

Shades of Blue Marguerite #7262B1

Tints of Blue Marguerite #7262B1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

 BLUE value IS 177 (69.53% from 255) = 45.5%

R = 29.31%
G = 25.19%
B = 45.5%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7262B1 (or 0x7262B1) is known color: Blue Marguerite. HEX triplet: 72, 62 and B1. RGB value is (114,98,177). Sum of RGB (Red+Green+Blue) = 114+98+177=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #7262B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7262B1 is #8D9D4E. Grayscale: #6F6F6F. Windows color (decimal): -9280847 or 11625074. OLE color: 11625074.

HSL color Cylindrical-coordinate representation of color #7262B1: hue angle of 252.15º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7262B1 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 98 177 -
CMYK 0.36 0.45 0 0.31
HSL 252.15º 0.34% 0.54% -
HSV(B) 252.15º 0.45% 0.69% -
XYZ 19.24 15.49 43.57 -
YUV 111.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 114 98 177 0.36 0.45 0 0.31 252.15 0.34 0.54
Hex 72 62 B1 24 2D 0 1F FC 22 36
Octal 162 142 261 44 55 0 37 374 42 66
Binary 1110010 1100010 10110001 100100 101101 0 11111 11111100 100010 110110

Color Harmonies of #7262B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7262B1

Black with #7262B1

Text Example


Text Example

White with #7262B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7262B1; }

 p { color: rgb(114,98,177); }

 H1.HeaderClassName
 {
   color: #7262B1;
 }
 .AnyTagClassName
 {
   color: #7262B1;
 }
</style>

background-color css

<style>
 a { background-color: #7262B1; }

 a { background-color: rgb(114,98,177); }

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

border-color css

<style>
 span { border-color: #7262B1; }

 span { border-color: rgb(114,98,177); }

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