Html Css Color HEX #7262BB Blue Marguerite

📋 copy color: '#7262BB'

red 114 ◦ green 98 ◦ blue 187

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

Shades of Blue Marguerite #7262BB

Tints of Blue Marguerite #7262BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 28.57%
G = 24.56%
B = 46.87%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7262BB (or 0x7262BB) is known color: Blue Marguerite. HEX triplet: 72, 62 and BB. RGB value is (114,98,187). Sum of RGB (Red+Green+Blue) = 114+98+187=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #7262BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262BB is #8D9D44. Grayscale: #707070. Windows color (decimal): -9280837 or 12280434. OLE color: 12280434.

HSL color Cylindrical-coordinate representation of color #7262BB: hue angle of 250.79º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7262BB is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 98 187 -
CMYK 0.39 0.48 0 0.27
HSL 250.79º 0.4% 0.56% -
HSV(B) 250.79º 0.48% 0.73% -
XYZ 20.28 15.9 49.01 -
YUV 112.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 114 98 187 0.39 0.48 0 0.27 250.79 0.4 0.56
Hex 72 62 BB 27 30 0 1B FB 28 38
Octal 162 142 273 47 60 0 33 373 50 70
Binary 1110010 1100010 10111011 100111 110000 0 11011 11111011 101000 111000

Color Harmonies of #7262BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7262BB

Black with #7262BB

Text Example


Text Example

White with #7262BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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