Html Css Color HEX #7268BC Blue Marguerite

📋 copy color: '#7268BC'

red 114 ◦ green 104 ◦ blue 188

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

Shades of Blue Marguerite #7268BC

Tints of Blue Marguerite #7268BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

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

R = 28.08%
G = 25.62%
B = 46.31%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7268BC (or 0x7268BC) is known color: Blue Marguerite. HEX triplet: 72, 68 and BC. RGB value is (114,104,188). Sum of RGB (Red+Green+Blue) = 114+104+188=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #7268BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268BC is #8D9743. Grayscale: #747474. Windows color (decimal): -9279300 or 12347506. OLE color: 12347506.

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

Color convert

RGB 114 104 188 -
CMYK 0.39 0.45 0 0.26
HSL 247.14º 0.39% 0.57% -
HSV(B) 247.14º 0.45% 0.74% -
XYZ 20.97 17.11 49.77 -
YUV 116.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 114 104 188 0.39 0.45 0 0.26 247.14 0.39 0.57
Hex 72 68 BC 27 2D 0 1A F7 27 39
Octal 162 150 274 47 55 0 32 367 47 71
Binary 1110010 1101000 10111100 100111 101101 0 11010 11110111 100111 111001

Color Harmonies of #7268BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7268BC

Black with #7268BC

Text Example


Text Example

White with #7268BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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