Html Css Color HEX #7063BE Blue Marguerite

📋 copy color: '#7063BE'

red 112 ◦ green 99 ◦ blue 190

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

Shades of Blue Marguerite #7063BE

Tints of Blue Marguerite #7063BE

RGB

 RED value IS 112 (44.14% from 255) = 27.93%

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 27.93%
G = 24.69%
B = 47.38%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7063BE (or 0x7063BE) is known color: Blue Marguerite. HEX triplet: 70, 63 and BE. RGB value is (112,99,190). Sum of RGB (Red+Green+Blue) = 112+99+190=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #7063BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7063BE is #8F9C41. Grayscale: #707070. Windows color (decimal): -9411650 or 12477296. OLE color: 12477296.

HSL color Cylindrical-coordinate representation of color #7063BE: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7063BE is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 99 190 -
CMYK 0.41 0.48 0 0.25
HSL 248.57º 0.41% 0.57% -
HSV(B) 248.57º 0.48% 0.75% -
XYZ 20.44 16.09 50.74 -
YUV 113.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 112 99 190 0.41 0.48 0 0.25 248.57 0.41 0.57
Hex 70 63 BE 29 30 0 19 F9 29 39
Octal 160 143 276 51 60 0 31 371 51 71
Binary 1110000 1100011 10111110 101001 110000 0 11001 11111001 101001 111001

Color Harmonies of #7063BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063BE

Black with #7063BE

Text Example


Text Example

White with #7063BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7063BE; }

 p { color: rgb(112,99,190); }

 H1.HeaderClassName
 {
   color: #7063BE;
 }
 .AnyTagClassName
 {
   color: #7063BE;
 }
</style>

background-color css

<style>
 a { background-color: #7063BE; }

 a { background-color: rgb(112,99,190); }

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

border-color css

<style>
 span { border-color: #7063BE; }

 span { border-color: rgb(112,99,190); }

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