Html Css Color HEX #7B5ABF Blue Marguerite

📋 copy color: '#7B5ABF'

red 123 ◦ green 90 ◦ blue 191

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

Shades of Blue Marguerite #7B5ABF

Tints of Blue Marguerite #7B5ABF

RGB

 RED value IS 123 (48.44% from 255) = 30.45%

 GREEN value IS 90 (35.55% from 255) = 22.28%

 BLUE value IS 191 (75% from 255) = 47.28%

R = 30.45%
G = 22.28%
B = 47.28%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B5ABF (or 0x7B5ABF) is known color: Blue Marguerite. HEX triplet: 7B, 5A and BF. RGB value is (123,90,191). Sum of RGB (Red+Green+Blue) = 123+90+191=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ABF is #84A540. Grayscale: #6F6F6F. Windows color (decimal): -8693057 or 12540539. OLE color: 12540539.

HSL color Cylindrical-coordinate representation of color #7B5ABF: hue angle of 259.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B5ABF is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 90 191 -
CMYK 0.36 0.53 0 0.25
HSL 259.6º 0.44% 0.55% -
HSV(B) 259.6º 0.53% 0.75% -
XYZ 21.23 15.28 51.12 -
YUV 111.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 123 90 191 0.36 0.53 0 0.25 259.6 0.44 0.55
Hex 7B 5A BF 24 35 0 19 104 2C 37
Octal 173 132 277 44 65 0 31 404 54 67
Binary 1111011 1011010 10111111 100100 110101 0 11001 100000100 101100 110111

Color Harmonies of #7B5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5ABF

Black with #7B5ABF

Text Example


Text Example

White with #7B5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,90,191); }

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

background-color css

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

 a { background-color: rgb(123,90,191); }

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

border-color css

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

 span { border-color: rgb(123,90,191); }

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