Html Css Color HEX #7F5BBA Blue Marguerite

📋 copy color: '#7F5BBA'

red 127 ◦ green 91 ◦ blue 186

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

Shades of Blue Marguerite #7F5BBA

Tints of Blue Marguerite #7F5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

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

R = 31.44%
G = 22.52%
B = 46.04%

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

#7F5BBA (or 0x7F5BBA) is known color: Blue Marguerite. HEX triplet: 7F, 5B and BA. RGB value is (127,91,186). Sum of RGB (Red+Green+Blue) = 127+91+186=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5BBA is #80A445. Grayscale: #707070. Windows color (decimal): -8430662 or 12213119. OLE color: 12213119.

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

Color convert

RGB 127 91 186 -
CMYK 0.32 0.51 0 0.27
HSL 262.74º 0.41% 0.54% -
HSV(B) 262.74º 0.51% 0.73% -
XYZ 21.36 15.54 48.33 -
YUV 112.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 127 91 186 0.32 0.51 0 0.27 262.74 0.41 0.54
Hex 7F 5B BA 20 33 0 1B 107 29 36
Octal 177 133 272 40 63 0 33 407 51 66
Binary 1111111 1011011 10111010 100000 110011 0 11011 100000111 101001 110110

Color Harmonies of #7F5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5BBA

Black with #7F5BBA

Text Example


Text Example

White with #7F5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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