Html Css Color HEX #7B5CB7 Blue Marguerite

📋 copy color: '#7B5CB7'

red 123 ◦ green 92 ◦ blue 183

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

Shades of Blue Marguerite #7B5CB7

Tints of Blue Marguerite #7B5CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.98%

R = 30.9%
G = 23.12%
B = 45.98%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7B5CB7 (or 0x7B5CB7) is known color: Blue Marguerite. HEX triplet: 7B, 5C and B7. RGB value is (123,92,183). Sum of RGB (Red+Green+Blue) = 123+92+183=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 183 - color contains mainly: blue. Hex color #7B5CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CB7 is #84A348. Grayscale: #6F6F6F. Windows color (decimal): -8692553 or 12016763. OLE color: 12016763.

HSL color Cylindrical-coordinate representation of color #7B5CB7: hue angle of 260.44º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B5CB7 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 123 92 183 -
CMYK 0.33 0.50 0 0.28
HSL 260.44º 0.39% 0.54% -
HSV(B) 260.44º 0.5% 0.72% -
XYZ 20.54 15.28 46.67 -
YUV 111.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 123 92 183 0.33 0.50 0 0.28 260.44 0.39 0.54
Hex 7B 5C B7 21 32 0 1C 104 27 36
Octal 173 134 267 41 62 0 34 404 47 66
Binary 1111011 1011100 10110111 100001 110010 0 11100 100000100 100111 110110

Color Harmonies of #7B5CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5CB7

Black with #7B5CB7

Text Example


Text Example

White with #7B5CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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