Html Css Color HEX #7F5CBA Blue Marguerite

📋 copy color: '#7F5CBA'

red 127 ◦ green 92 ◦ blue 186

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

Shades of Blue Marguerite #7F5CBA

Tints of Blue Marguerite #7F5CBA

RGB

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

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

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

R = 31.36%
G = 22.72%
B = 45.93%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F5CBA (or 0x7F5CBA) is known color: Blue Marguerite. HEX triplet: 7F, 5C and BA. RGB value is (127,92,186). Sum of RGB (Red+Green+Blue) = 127+92+186=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F5CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CBA is #80A345. Grayscale: #707070. Windows color (decimal): -8430406 or 12213375. OLE color: 12213375.

HSL color Cylindrical-coordinate representation of color #7F5CBA: hue angle of 262.34º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F5CBA is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 92 186 -
CMYK 0.32 0.51 0 0.27
HSL 262.34º 0.41% 0.55% -
HSV(B) 262.34º 0.51% 0.73% -
XYZ 21.44 15.71 48.36 -
YUV 113.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 127 92 186 0.32 0.51 0 0.27 262.34 0.41 0.55
Hex 7F 5C BA 20 33 0 1B 106 29 37
Octal 177 134 272 40 63 0 33 406 51 67
Binary 1111111 1011100 10111010 100000 110011 0 11011 100000110 101001 110111

Color Harmonies of #7F5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5CBA

Black with #7F5CBA

Text Example


Text Example

White with #7F5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,92,186); }

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

background-color css

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

 a { background-color: rgb(127,92,186); }

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

border-color css

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

 span { border-color: rgb(127,92,186); }

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