Html Css Color HEX #785ABB Blue Marguerite

📋 copy color: '#785ABB'

red 120 ◦ green 90 ◦ blue 187

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

Shades of Blue Marguerite #785ABB

Tints of Blue Marguerite #785ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 30.23%
G = 22.67%
B = 47.1%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#785ABB (or 0x785ABB) is known color: Blue Marguerite. HEX triplet: 78, 5A and BB. RGB value is (120,90,187). Sum of RGB (Red+Green+Blue) = 120+90+187=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #785ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ABB is #87A544. Grayscale: #6D6D6D. Windows color (decimal): -8889669 or 12278392. OLE color: 12278392.

HSL color Cylindrical-coordinate representation of color #785ABB: hue angle of 258.56º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #785ABB is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 90 187 -
CMYK 0.36 0.52 0 0.27
HSL 258.56º 0.42% 0.54% -
HSV(B) 258.56º 0.52% 0.73% -
XYZ 20.37 14.89 48.81 -
YUV 110.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 120 90 187 0.36 0.52 0 0.27 258.56 0.42 0.54
Hex 78 5A BB 24 34 0 1B 103 2A 36
Octal 170 132 273 44 64 0 33 403 52 66
Binary 1111000 1011010 10111011 100100 110100 0 11011 100000011 101010 110110

Color Harmonies of #785ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785ABB

Black with #785ABB

Text Example


Text Example

White with #785ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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