Html Css Color HEX #7850BC Blue Marguerite

📋 copy color: '#7850BC'

red 120 ◦ green 80 ◦ blue 188

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

Shades of Blue Marguerite #7850BC

Tints of Blue Marguerite #7850BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

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

R = 30.93%
G = 20.62%
B = 48.45%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7850BC (or 0x7850BC) is known color: Blue Marguerite. HEX triplet: 78, 50 and BC. RGB value is (120,80,188). Sum of RGB (Red+Green+Blue) = 120+80+188=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #7850BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7850BC is #87AF43. Grayscale: #676767. Windows color (decimal): -8892228 or 12341368. OLE color: 12341368.

HSL color Cylindrical-coordinate representation of color #7850BC: hue angle of 262.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7850BC is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 80 188 -
CMYK 0.36 0.57 0 0.26
HSL 262.22º 0.45% 0.53% -
HSV(B) 262.22º 0.57% 0.74% -
XYZ 19.69 13.36 49.12 -
YUV 104.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 120 80 188 0.36 0.57 0 0.26 262.22 0.45 0.53
Hex 78 50 BC 24 39 0 1A 106 2D 35
Octal 170 120 274 44 71 0 32 406 55 65
Binary 1111000 1010000 10111100 100100 111001 0 11010 100000110 101101 110101

Color Harmonies of #7850BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7850BC

Black with #7850BC

Text Example


Text Example

White with #7850BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7850BC; }

 p { color: rgb(120,80,188); }

 H1.HeaderClassName
 {
   color: #7850BC;
 }
 .AnyTagClassName
 {
   color: #7850BC;
 }
</style>

background-color css

<style>
 a { background-color: #7850BC; }

 a { background-color: rgb(120,80,188); }

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

border-color css

<style>
 span { border-color: #7850BC; }

 span { border-color: rgb(120,80,188); }

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