Html Css Color HEX #7263AF Blue Marguerite

📋 copy color: '#7263AF'

red 114 ◦ green 99 ◦ blue 175

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

Shades of Blue Marguerite #7263AF

Tints of Blue Marguerite #7263AF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 29.38%
G = 25.52%
B = 45.1%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7263AF (or 0x7263AF) is known color: Blue Marguerite. HEX triplet: 72, 63 and AF. RGB value is (114,99,175). Sum of RGB (Red+Green+Blue) = 114+99+175=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #7263AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7263AF is #8D9C50. Grayscale: #6F6F6F. Windows color (decimal): -9280593 or 11494258. OLE color: 11494258.

HSL color Cylindrical-coordinate representation of color #7263AF: hue angle of 251.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7263AF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 99 175 -
CMYK 0.35 0.43 0 0.31
HSL 251.84º 0.32% 0.54% -
HSV(B) 251.84º 0.43% 0.69% -
XYZ 19.14 15.6 42.56 -
YUV 112.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 114 99 175 0.35 0.43 0 0.31 251.84 0.32 0.54
Hex 72 63 AF 23 2B 0 1F FC 20 36
Octal 162 143 257 43 53 0 37 374 40 66
Binary 1110010 1100011 10101111 100011 101011 0 11111 11111100 100000 110110

Color Harmonies of #7263AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263AF

Black with #7263AF

Text Example


Text Example

White with #7263AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7263AF; }

 p { color: rgb(114,99,175); }

 H1.HeaderClassName
 {
   color: #7263AF;
 }
 .AnyTagClassName
 {
   color: #7263AF;
 }
</style>

background-color css

<style>
 a { background-color: #7263AF; }

 a { background-color: rgb(114,99,175); }

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

border-color css

<style>
 span { border-color: #7263AF; }

 span { border-color: rgb(114,99,175); }

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