Html Css Color HEX #7B5DBF Blue Marguerite

📋 copy color: '#7B5DBF'

red 123 ◦ green 93 ◦ blue 191

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

Shades of Blue Marguerite #7B5DBF

Tints of Blue Marguerite #7B5DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 30.22%
G = 22.85%
B = 46.93%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B5DBF (or 0x7B5DBF) is known color: Blue Marguerite. HEX triplet: 7B, 5D and BF. RGB value is (123,93,191). Sum of RGB (Red+Green+Blue) = 123+93+191=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DBF is #84A240. Grayscale: #707070. Windows color (decimal): -8692289 or 12541307. OLE color: 12541307.

HSL color Cylindrical-coordinate representation of color #7B5DBF: hue angle of 258.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B5DBF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 93 191 -
CMYK 0.36 0.51 0 0.25
HSL 258.37º 0.43% 0.56% -
HSV(B) 258.37º 0.51% 0.75% -
XYZ 21.49 15.8 51.21 -
YUV 113.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 123 93 191 0.36 0.51 0 0.25 258.37 0.43 0.56
Hex 7B 5D BF 24 33 0 19 102 2B 38
Octal 173 135 277 44 63 0 31 402 53 70
Binary 1111011 1011101 10111111 100100 110011 0 11001 100000010 101011 111000

Color Harmonies of #7B5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DBF

Black with #7B5DBF

Text Example


Text Example

White with #7B5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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