Html Css Color HEX #7B5DAE Blue Marguerite

📋 copy color: '#7B5DAE'

red 123 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #7B5DAE

Tints of Blue Marguerite #7B5DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 31.54%
G = 23.85%
B = 44.62%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B5DAE (or 0x7B5DAE) is known color: Blue Marguerite. HEX triplet: 7B, 5D and AE. RGB value is (123,93,174). Sum of RGB (Red+Green+Blue) = 123+93+174=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5DAE is #84A251. Grayscale: #6E6E6E. Windows color (decimal): -8692306 or 11427195. OLE color: 11427195.

HSL color Cylindrical-coordinate representation of color #7B5DAE: hue angle of 262.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5DAE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 93 174 -
CMYK 0.29 0.47 0 0.32
HSL 262.22º 0.33% 0.52% -
HSV(B) 262.22º 0.47% 0.68% -
XYZ 19.72 15.1 41.92 -
YUV 111.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 123 93 174 0.29 0.47 0 0.32 262.22 0.33 0.52
Hex 7B 5D AE 1D 2F 0 20 106 21 34
Octal 173 135 256 35 57 0 40 406 41 64
Binary 1111011 1011101 10101110 11101 101111 0 100000 100000110 100001 110100

Color Harmonies of #7B5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DAE

Black with #7B5DAE

Text Example


Text Example

White with #7B5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,93,174); }

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

background-color css

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

 a { background-color: rgb(123,93,174); }

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

border-color css

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

 span { border-color: rgb(123,93,174); }

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