Html Css Color HEX #7168B4 Blue Marguerite

📋 copy color: '#7168B4'

red 113 ◦ green 104 ◦ blue 180

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

Shades of Blue Marguerite #7168B4

Tints of Blue Marguerite #7168B4

RGB

 RED value IS 113 (44.53% from 255) = 28.46%

 GREEN value IS 104 (41.02% from 255) = 26.2%

 BLUE value IS 180 (70.7% from 255) = 45.34%

R = 28.46%
G = 26.2%
B = 45.34%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7168B4 (or 0x7168B4) is known color: Blue Marguerite. HEX triplet: 71, 68 and B4. RGB value is (113,104,180). Sum of RGB (Red+Green+Blue) = 113+104+180=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #7168B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168B4 is #8E974B. Grayscale: #737373. Windows color (decimal): -9344844 or 11823217. OLE color: 11823217.

HSL color Cylindrical-coordinate representation of color #7168B4: hue angle of 247.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7168B4 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 104 180 -
CMYK 0.37 0.42 0 0.29
HSL 247.11º 0.34% 0.56% -
HSV(B) 247.11º 0.42% 0.71% -
XYZ 20 16.71 45.35 -
YUV 115.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 113 104 180 0.37 0.42 0 0.29 247.11 0.34 0.56
Hex 71 68 B4 25 2A 0 1D F7 22 38
Octal 161 150 264 45 52 0 35 367 42 70
Binary 1110001 1101000 10110100 100101 101010 0 11101 11110111 100010 111000

Color Harmonies of #7168B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7168B4

Black with #7168B4

Text Example


Text Example

White with #7168B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7168B4; }

 p { color: rgb(113,104,180); }

 H1.HeaderClassName
 {
   color: #7168B4;
 }
 .AnyTagClassName
 {
   color: #7168B4;
 }
</style>

background-color css

<style>
 a { background-color: #7168B4; }

 a { background-color: rgb(113,104,180); }

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

border-color css

<style>
 span { border-color: #7168B4; }

 span { border-color: rgb(113,104,180); }

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