Html Css Color HEX #7B5ABB Blue Marguerite

📋 copy color: '#7B5ABB'

red 123 ◦ green 90 ◦ blue 187

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

Shades of Blue Marguerite #7B5ABB

Tints of Blue Marguerite #7B5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 30.75%
G = 22.5%
B = 46.75%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B5ABB (or 0x7B5ABB) is known color: Blue Marguerite. HEX triplet: 7B, 5A and BB. RGB value is (123,90,187). Sum of RGB (Red+Green+Blue) = 123+90+187=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B5ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ABB is #84A544. Grayscale: #6E6E6E. Windows color (decimal): -8693061 or 12278395. OLE color: 12278395.

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

Color convert

RGB 123 90 187 -
CMYK 0.34 0.52 0 0.27
HSL 260.41º 0.42% 0.54% -
HSV(B) 260.41º 0.52% 0.73% -
XYZ 20.79 15.11 48.83 -
YUV 110.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 123 90 187 0.34 0.52 0 0.27 260.41 0.42 0.54
Hex 7B 5A BB 22 34 0 1B 104 2A 36
Octal 173 132 273 42 64 0 33 404 52 66
Binary 1111011 1011010 10111011 100010 110100 0 11011 100000100 101010 110110

Color Harmonies of #7B5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5ABB

Black with #7B5ABB

Text Example


Text Example

White with #7B5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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