Html Css Color HEX #785ABF Blue Marguerite

📋 copy color: '#785ABF'

red 120 ◦ green 90 ◦ blue 191

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

Shades of Blue Marguerite #785ABF

Tints of Blue Marguerite #785ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.44%

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

R = 29.93%
G = 22.44%
B = 47.63%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#785ABF (or 0x785ABF) is known color: Blue Marguerite. HEX triplet: 78, 5A and BF. RGB value is (120,90,191). Sum of RGB (Red+Green+Blue) = 120+90+191=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #785ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ABF is #87A540. Grayscale: #6E6E6E. Windows color (decimal): -8889665 or 12540536. OLE color: 12540536.

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

Color convert

RGB 120 90 191 -
CMYK 0.37 0.53 0 0.25
HSL 257.82º 0.44% 0.55% -
HSV(B) 257.82º 0.53% 0.75% -
XYZ 20.81 15.07 51.1 -
YUV 110.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 120 90 191 0.37 0.53 0 0.25 257.82 0.44 0.55
Hex 78 5A BF 25 35 0 19 102 2C 37
Octal 170 132 277 45 65 0 31 402 54 67
Binary 1111000 1011010 10111111 100101 110101 0 11001 100000010 101100 110111

Color Harmonies of #785ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785ABF

Black with #785ABF

Text Example


Text Example

White with #785ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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