Html Css Color HEX #7F5DB6 Blue Marguerite

📋 copy color: '#7F5DB6'

red 127 ◦ green 93 ◦ blue 182

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

Shades of Blue Marguerite #7F5DB6

Tints of Blue Marguerite #7F5DB6

RGB

 RED value IS 127 (50% from 255) = 31.59%

 GREEN value IS 93 (36.72% from 255) = 23.13%

 BLUE value IS 182 (71.48% from 255) = 45.27%

R = 31.59%
G = 23.13%
B = 45.27%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7F5DB6 (or 0x7F5DB6) is known color: Blue Marguerite. HEX triplet: 7F, 5D and B6. RGB value is (127,93,182). Sum of RGB (Red+Green+Blue) = 127+93+182=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F5DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DB6 is #80A249. Grayscale: #707070. Windows color (decimal): -8430154 or 11951487. OLE color: 11951487.

HSL color Cylindrical-coordinate representation of color #7F5DB6: hue angle of 262.92º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F5DB6 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 93 182 -
CMYK 0.30 0.49 0 0.29
HSL 262.92º 0.38% 0.54% -
HSV(B) 262.92º 0.49% 0.71% -
XYZ 21.11 15.72 46.18 -
YUV 113.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 127 93 182 0.30 0.49 0 0.29 262.92 0.38 0.54
Hex 7F 5D B6 1E 31 0 1D 107 26 36
Octal 177 135 266 36 61 0 35 407 46 66
Binary 1111111 1011101 10110110 11110 110001 0 11101 100000111 100110 110110

Color Harmonies of #7F5DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DB6

Black with #7F5DB6

Text Example


Text Example

White with #7F5DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5DB6; }

 p { color: rgb(127,93,182); }

 H1.HeaderClassName
 {
   color: #7F5DB6;
 }
 .AnyTagClassName
 {
   color: #7F5DB6;
 }
</style>

background-color css

<style>
 a { background-color: #7F5DB6; }

 a { background-color: rgb(127,93,182); }

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

border-color css

<style>
 span { border-color: #7F5DB6; }

 span { border-color: rgb(127,93,182); }

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