Html Css Color HEX #705FBA Blue Marguerite

📋 copy color: '#705FBA'

red 112 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #705FBA

Tints of Blue Marguerite #705FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

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

R = 28.5%
G = 24.17%
B = 47.33%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#705FBA (or 0x705FBA) is known color: Blue Marguerite. HEX triplet: 70, 5F and BA. RGB value is (112,95,186). Sum of RGB (Red+Green+Blue) = 112+95+186=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #705FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FBA is #8FA045. Grayscale: #6E6E6E. Windows color (decimal): -9412678 or 12214128. OLE color: 12214128.

HSL color Cylindrical-coordinate representation of color #705FBA: hue angle of 251.21º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705FBA is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 95 186 -
CMYK 0.40 0.49 0 0.27
HSL 251.21º 0.4% 0.55% -
HSV(B) 251.21º 0.49% 0.73% -
XYZ 19.64 15.17 48.35 -
YUV 110.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 112 95 186 0.40 0.49 0 0.27 251.21 0.4 0.55
Hex 70 5F BA 28 31 0 1B FB 28 37
Octal 160 137 272 50 61 0 33 373 50 67
Binary 1110000 1011111 10111010 101000 110001 0 11011 11111011 101000 110111

Color Harmonies of #705FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FBA

Black with #705FBA

Text Example


Text Example

White with #705FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705FBA; }

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

 H1.HeaderClassName
 {
   color: #705FBA;
 }
 .AnyTagClassName
 {
   color: #705FBA;
 }
</style>

background-color css

<style>
 a { background-color: #705FBA; }

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

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

border-color css

<style>
 span { border-color: #705FBA; }

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

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