Html Css Color HEX #7858B6 Blue Marguerite

📋 copy color: '#7858B6'

red 120 ◦ green 88 ◦ blue 182

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

Shades of Blue Marguerite #7858B6

Tints of Blue Marguerite #7858B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.67%

R = 30.77%
G = 22.56%
B = 46.67%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7858B6 (or 0x7858B6) is known color: Blue Marguerite. HEX triplet: 78, 58 and B6. RGB value is (120,88,182). Sum of RGB (Red+Green+Blue) = 120+88+182=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #7858B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858B6 is #87A749. Grayscale: #6B6B6B. Windows color (decimal): -8890186 or 11950200. OLE color: 11950200.

HSL color Cylindrical-coordinate representation of color #7858B6: hue angle of 260.43º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7858B6 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 88 182 -
CMYK 0.34 0.52 0 0.29
HSL 260.43º 0.39% 0.53% -
HSV(B) 260.43º 0.52% 0.71% -
XYZ 19.68 14.35 45.99 -
YUV 108.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 120 88 182 0.34 0.52 0 0.29 260.43 0.39 0.53
Hex 78 58 B6 22 34 0 1D 104 27 35
Octal 170 130 266 42 64 0 35 404 47 65
Binary 1111000 1011000 10110110 100010 110100 0 11101 100000100 100111 110101

Color Harmonies of #7858B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7858B6

Black with #7858B6

Text Example


Text Example

White with #7858B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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