Html Css Color HEX #7B5DBC Blue Marguerite

📋 copy color: '#7B5DBC'

red 123 ◦ green 93 ◦ blue 188

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

Shades of Blue Marguerite #7B5DBC

Tints of Blue Marguerite #7B5DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 30.45%
G = 23.02%
B = 46.53%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B5DBC (or 0x7B5DBC) is known color: Blue Marguerite. HEX triplet: 7B, 5D and BC. RGB value is (123,93,188). Sum of RGB (Red+Green+Blue) = 123+93+188=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B5DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DBC is #84A243. Grayscale: #707070. Windows color (decimal): -8692292 or 12344699. OLE color: 12344699.

HSL color Cylindrical-coordinate representation of color #7B5DBC: hue angle of 258.95º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B5DBC is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 93 188 -
CMYK 0.35 0.51 0 0.26
HSL 258.95º 0.41% 0.55% -
HSV(B) 258.95º 0.51% 0.74% -
XYZ 21.16 15.67 49.49 -
YUV 112.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 123 93 188 0.35 0.51 0 0.26 258.95 0.41 0.55
Hex 7B 5D BC 23 33 0 1A 103 29 37
Octal 173 135 274 43 63 0 32 403 51 67
Binary 1111011 1011101 10111100 100011 110011 0 11010 100000011 101001 110111

Color Harmonies of #7B5DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DBC

Black with #7B5DBC

Text Example


Text Example

White with #7B5DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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