Html Css Color HEX #7065BA Blue Marguerite

📋 copy color: '#7065BA'

red 112 ◦ green 101 ◦ blue 186

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

Shades of Blue Marguerite #7065BA

Tints of Blue Marguerite #7065BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 28.07%
G = 25.31%
B = 46.62%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7065BA (or 0x7065BA) is known color: Blue Marguerite. HEX triplet: 70, 65 and BA. RGB value is (112,101,186). Sum of RGB (Red+Green+Blue) = 112+101+186=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #7065BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065BA is #8F9A45. Grayscale: #717171. Windows color (decimal): -9411142 or 12215664. OLE color: 12215664.

HSL color Cylindrical-coordinate representation of color #7065BA: hue angle of 247.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7065BA is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 101 186 -
CMYK 0.40 0.46 0 0.27
HSL 247.76º 0.38% 0.56% -
HSV(B) 247.76º 0.46% 0.73% -
XYZ 20.2 16.3 48.54 -
YUV 113.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 112 101 186 0.40 0.46 0 0.27 247.76 0.38 0.56
Hex 70 65 BA 28 2E 0 1B F8 26 38
Octal 160 145 272 50 56 0 33 370 46 70
Binary 1110000 1100101 10111010 101000 101110 0 11011 11111000 100110 111000

Color Harmonies of #7065BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065BA

Black with #7065BA

Text Example


Text Example

White with #7065BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7065BA; }

 p { color: rgb(112,101,186); }

 H1.HeaderClassName
 {
   color: #7065BA;
 }
 .AnyTagClassName
 {
   color: #7065BA;
 }
</style>

background-color css

<style>
 a { background-color: #7065BA; }

 a { background-color: rgb(112,101,186); }

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

border-color css

<style>
 span { border-color: #7065BA; }

 span { border-color: rgb(112,101,186); }

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