Html Css Color HEX #7265BD Blue Marguerite

📋 copy color: '#7265BD'

red 114 ◦ green 101 ◦ blue 189

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

Shades of Blue Marguerite #7265BD

Tints of Blue Marguerite #7265BD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 28.22%
G = 25%
B = 46.78%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7265BD (or 0x7265BD) is known color: Blue Marguerite. HEX triplet: 72, 65 and BD. RGB value is (114,101,189). Sum of RGB (Red+Green+Blue) = 114+101+189=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #7265BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265BD is #8D9A42. Grayscale: #727272. Windows color (decimal): -9280067 or 12412274. OLE color: 12412274.

HSL color Cylindrical-coordinate representation of color #7265BD: hue angle of 248.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7265BD is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 101 189 -
CMYK 0.40 0.47 0 0.26
HSL 248.86º 0.4% 0.57% -
HSV(B) 248.86º 0.47% 0.74% -
XYZ 20.78 16.56 50.25 -
YUV 114.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 114 101 189 0.40 0.47 0 0.26 248.86 0.4 0.57
Hex 72 65 BD 28 2F 0 1A F9 28 39
Octal 162 145 275 50 57 0 32 371 50 71
Binary 1110010 1100101 10111101 101000 101111 0 11010 11111001 101000 111001

Color Harmonies of #7265BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7265BD

Black with #7265BD

Text Example


Text Example

White with #7265BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7265BD; }

 p { color: rgb(114,101,189); }

 H1.HeaderClassName
 {
   color: #7265BD;
 }
 .AnyTagClassName
 {
   color: #7265BD;
 }
</style>

background-color css

<style>
 a { background-color: #7265BD; }

 a { background-color: rgb(114,101,189); }

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

border-color css

<style>
 span { border-color: #7265BD; }

 span { border-color: rgb(114,101,189); }

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