Html Css Color HEX #785CBA Blue Marguerite

📋 copy color: '#785CBA'

red 120 ◦ green 92 ◦ blue 186

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

Shades of Blue Marguerite #785CBA

Tints of Blue Marguerite #785CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 30.15%
G = 23.12%
B = 46.73%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#785CBA (or 0x785CBA) is known color: Blue Marguerite. HEX triplet: 78, 5C and BA. RGB value is (120,92,186). Sum of RGB (Red+Green+Blue) = 120+92+186=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #785CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CBA is #87A345. Grayscale: #6E6E6E. Windows color (decimal): -8889158 or 12213368. OLE color: 12213368.

HSL color Cylindrical-coordinate representation of color #785CBA: hue angle of 257.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785CBA is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 92 186 -
CMYK 0.35 0.51 0 0.27
HSL 257.87º 0.41% 0.55% -
HSV(B) 257.87º 0.51% 0.73% -
XYZ 20.44 15.19 48.31 -
YUV 111.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 120 92 186 0.35 0.51 0 0.27 257.87 0.41 0.55
Hex 78 5C BA 23 33 0 1B 102 29 37
Octal 170 134 272 43 63 0 33 402 51 67
Binary 1111000 1011100 10111010 100011 110011 0 11011 100000010 101001 110111

Color Harmonies of #785CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CBA

Black with #785CBA

Text Example


Text Example

White with #785CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785CBA; }

 p { color: rgb(120,92,186); }

 H1.HeaderClassName
 {
   color: #785CBA;
 }
 .AnyTagClassName
 {
   color: #785CBA;
 }
</style>

background-color css

<style>
 a { background-color: #785CBA; }

 a { background-color: rgb(120,92,186); }

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

border-color css

<style>
 span { border-color: #785CBA; }

 span { border-color: rgb(120,92,186); }

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