Html Css Color HEX #7855C0 Blue Marguerite

📋 copy color: '#7855C0'

red 120 ◦ green 85 ◦ blue 192

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

Shades of Blue Marguerite #7855C0

Tints of Blue Marguerite #7855C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 30.23%
G = 21.41%
B = 48.36%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7855C0 (or 0x7855C0) is known color: Blue Marguerite. HEX triplet: 78, 55 and C0. RGB value is (120,85,192). Sum of RGB (Red+Green+Blue) = 120+85+192=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #7855C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855C0 is #87AA3F. Grayscale: #6B6B6B. Windows color (decimal): -8890944 or 12604792. OLE color: 12604792.

HSL color Cylindrical-coordinate representation of color #7855C0: hue angle of 259.63º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7855C0 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 85 192 -
CMYK 0.38 0.56 0 0.25
HSL 259.63º 0.46% 0.54% -
HSV(B) 259.63º 0.56% 0.75% -
XYZ 20.51 14.3 51.55 -
YUV 107.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 120 85 192 0.38 0.56 0 0.25 259.63 0.46 0.54
Hex 78 55 C0 26 38 0 19 104 2E 36
Octal 170 125 300 46 70 0 31 404 56 66
Binary 1111000 1010101 11000000 100110 111000 0 11001 100000100 101110 110110

Color Harmonies of #7855C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7855C0

Black with #7855C0

Text Example


Text Example

White with #7855C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7855C0; }

 p { color: rgb(120,85,192); }

 H1.HeaderClassName
 {
   color: #7855C0;
 }
 .AnyTagClassName
 {
   color: #7855C0;
 }
</style>

background-color css

<style>
 a { background-color: #7855C0; }

 a { background-color: rgb(120,85,192); }

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

border-color css

<style>
 span { border-color: #7855C0; }

 span { border-color: rgb(120,85,192); }

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