Html Css Color HEX #7858BF Blue Marguerite

📋 copy color: '#7858BF'

red 120 ◦ green 88 ◦ blue 191

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

Shades of Blue Marguerite #7858BF

Tints of Blue Marguerite #7858BF

RGB

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

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

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

R = 30.08%
G = 22.06%
B = 47.87%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7858BF (or 0x7858BF) is known color: Blue Marguerite. HEX triplet: 78, 58 and BF. RGB value is (120,88,191). Sum of RGB (Red+Green+Blue) = 120+88+191=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #7858BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858BF is #87A740. Grayscale: #6C6C6C. Windows color (decimal): -8890177 or 12540024. OLE color: 12540024.

HSL color Cylindrical-coordinate representation of color #7858BF: hue angle of 258.64º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7858BF is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 88 191 -
CMYK 0.37 0.54 0 0.25
HSL 258.64º 0.45% 0.55% -
HSV(B) 258.64º 0.54% 0.75% -
XYZ 20.64 14.73 51.05 -
YUV 109.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 120 88 191 0.37 0.54 0 0.25 258.64 0.45 0.55
Hex 78 58 BF 25 36 0 19 103 2D 37
Octal 170 130 277 45 66 0 31 403 55 67
Binary 1111000 1011000 10111111 100101 110110 0 11001 100000011 101101 110111

Color Harmonies of #7858BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7858BF

Black with #7858BF

Text Example


Text Example

White with #7858BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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