Html Css Color HEX #7063BF Blue Marguerite

📋 copy color: '#7063BF'

red 112 ◦ green 99 ◦ blue 191

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

Shades of Blue Marguerite #7063BF

Tints of Blue Marguerite #7063BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 27.86%
G = 24.63%
B = 47.51%

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

#7063BF (or 0x7063BF) is known color: Blue Marguerite. HEX triplet: 70, 63 and BF. RGB value is (112,99,191). Sum of RGB (Red+Green+Blue) = 112+99+191=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #7063BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7063BF is #8F9C40. Grayscale: #717171. Windows color (decimal): -9411649 or 12542832. OLE color: 12542832.

HSL color Cylindrical-coordinate representation of color #7063BF: hue angle of 248.48º degrees, saturation: 0.42, 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 #7063BF is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 99 191 -
CMYK 0.41 0.48 0 0.25
HSL 248.48º 0.42% 0.57% -
HSV(B) 248.48º 0.48% 0.75% -
XYZ 20.55 16.13 51.32 -
YUV 113.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 112 99 191 0.41 0.48 0 0.25 248.48 0.42 0.57
Hex 70 63 BF 29 30 0 19 F8 2A 39
Octal 160 143 277 51 60 0 31 370 52 71
Binary 1110000 1100011 10111111 101001 110000 0 11001 11111000 101010 111001

Color Harmonies of #7063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063BF

Black with #7063BF

Text Example


Text Example

White with #7063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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