Html Css Color HEX #7065BE Blue Marguerite

📋 copy color: '#7065BE'

red 112 ◦ green 101 ◦ blue 190

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

Shades of Blue Marguerite #7065BE

Tints of Blue Marguerite #7065BE

RGB

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

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

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

R = 27.79%
G = 25.06%
B = 47.15%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7065BE (or 0x7065BE) is known color: Blue Marguerite. HEX triplet: 70, 65 and BE. RGB value is (112,101,190). Sum of RGB (Red+Green+Blue) = 112+101+190=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7065BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065BE is #8F9A41. Grayscale: #727272. Windows color (decimal): -9411138 or 12477808. OLE color: 12477808.

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

Color convert

RGB 112 101 190 -
CMYK 0.41 0.47 0 0.25
HSL 247.42º 0.41% 0.57% -
HSV(B) 247.42º 0.47% 0.75% -
XYZ 20.63 16.47 50.81 -
YUV 114.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 112 101 190 0.41 0.47 0 0.25 247.42 0.41 0.57
Hex 70 65 BE 29 2F 0 19 F7 29 39
Octal 160 145 276 51 57 0 31 367 51 71
Binary 1110000 1100101 10111110 101001 101111 0 11001 11110111 101001 111001

Color Harmonies of #7065BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065BE

Black with #7065BE

Text Example


Text Example

White with #7065BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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