Html Css Color HEX #705CBE Blue Marguerite

📋 copy color: '#705CBE'

red 112 ◦ green 92 ◦ blue 190

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

Shades of Blue Marguerite #705CBE

Tints of Blue Marguerite #705CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

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

R = 28.43%
G = 23.35%
B = 48.22%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#705CBE (or 0x705CBE) is known color: Blue Marguerite. HEX triplet: 70, 5C and BE. RGB value is (112,92,190). Sum of RGB (Red+Green+Blue) = 112+92+190=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #705CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CBE is #8FA341. Grayscale: #6C6C6C. Windows color (decimal): -9413442 or 12475504. OLE color: 12475504.

HSL color Cylindrical-coordinate representation of color #705CBE: hue angle of 252.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705CBE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 92 190 -
CMYK 0.41 0.52 0 0.25
HSL 252.24º 0.43% 0.55% -
HSV(B) 252.24º 0.52% 0.75% -
XYZ 19.8 14.82 50.53 -
YUV 109.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 112 92 190 0.41 0.52 0 0.25 252.24 0.43 0.55
Hex 70 5C BE 29 34 0 19 FC 2B 37
Octal 160 134 276 51 64 0 31 374 53 67
Binary 1110000 1011100 10111110 101001 110100 0 11001 11111100 101011 110111

Color Harmonies of #705CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CBE

Black with #705CBE

Text Example


Text Example

White with #705CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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