Html Css Color HEX #7858BD Blue Marguerite

📋 copy color: '#7858BD'

red 120 ◦ green 88 ◦ blue 189

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

Shades of Blue Marguerite #7858BD

Tints of Blue Marguerite #7858BD

RGB

 RED value IS 120 (47.27% from 255) = 30.23%

 GREEN value IS 88 (34.77% from 255) = 22.17%

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 30.23%
G = 22.17%
B = 47.61%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7858BD (or 0x7858BD) is known color: Blue Marguerite. HEX triplet: 78, 58 and BD. RGB value is (120,88,189). Sum of RGB (Red+Green+Blue) = 120+88+189=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #7858BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858BD is #87A742. Grayscale: #6C6C6C. Windows color (decimal): -8890179 or 12408952. OLE color: 12408952.

HSL color Cylindrical-coordinate representation of color #7858BD: hue angle of 259.01º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7858BD is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 88 189 -
CMYK 0.37 0.53 0 0.26
HSL 259.01º 0.43% 0.54% -
HSV(B) 259.01º 0.53% 0.74% -
XYZ 20.42 14.65 49.89 -
YUV 109.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 120 88 189 0.37 0.53 0 0.26 259.01 0.43 0.54
Hex 78 58 BD 25 35 0 1A 103 2B 36
Octal 170 130 275 45 65 0 32 403 53 66
Binary 1111000 1011000 10111101 100101 110101 0 11010 100000011 101011 110110

Color Harmonies of #7858BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7858BD

Black with #7858BD

Text Example


Text Example

White with #7858BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7858BD; }

 p { color: rgb(120,88,189); }

 H1.HeaderClassName
 {
   color: #7858BD;
 }
 .AnyTagClassName
 {
   color: #7858BD;
 }
</style>

background-color css

<style>
 a { background-color: #7858BD; }

 a { background-color: rgb(120,88,189); }

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

border-color css

<style>
 span { border-color: #7858BD; }

 span { border-color: rgb(120,88,189); }

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