Html Css Color HEX #7B5CAF Blue Marguerite

📋 copy color: '#7B5CAF'

red 123 ◦ green 92 ◦ blue 175

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

Shades of Blue Marguerite #7B5CAF

Tints of Blue Marguerite #7B5CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.87%

R = 31.54%
G = 23.59%
B = 44.87%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B5CAF (or 0x7B5CAF) is known color: Blue Marguerite. HEX triplet: 7B, 5C and AF. RGB value is (123,92,175). Sum of RGB (Red+Green+Blue) = 123+92+175=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B5CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5CAF is #84A350. Grayscale: #6E6E6E. Windows color (decimal): -8692561 or 11492475. OLE color: 11492475.

HSL color Cylindrical-coordinate representation of color #7B5CAF: hue angle of 262.41º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5CAF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 92 175 -
CMYK 0.30 0.47 0 0.31
HSL 262.41º 0.34% 0.52% -
HSV(B) 262.41º 0.47% 0.69% -
XYZ 19.73 14.96 42.41 -
YUV 110.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 123 92 175 0.30 0.47 0 0.31 262.41 0.34 0.52
Hex 7B 5C AF 1E 2F 0 1F 106 22 34
Octal 173 134 257 36 57 0 37 406 42 64
Binary 1111011 1011100 10101111 11110 101111 0 11111 100000110 100010 110100

Color Harmonies of #7B5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5CAF

Black with #7B5CAF

Text Example


Text Example

White with #7B5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,92,175); }

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

background-color css

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

 a { background-color: rgb(123,92,175); }

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

border-color css

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

 span { border-color: rgb(123,92,175); }

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