Html Css Color HEX #785ABA Blue Marguerite

📋 copy color: '#785ABA'

red 120 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #785ABA

Tints of Blue Marguerite #785ABA

RGB

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

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

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

R = 30.3%
G = 22.73%
B = 46.97%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#785ABA (or 0x785ABA) is known color: Blue Marguerite. HEX triplet: 78, 5A and BA. RGB value is (120,90,186). Sum of RGB (Red+Green+Blue) = 120+90+186=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #785ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ABA is #87A545. Grayscale: #6D6D6D. Windows color (decimal): -8889670 or 12212856. OLE color: 12212856.

HSL color Cylindrical-coordinate representation of color #785ABA: hue angle of 258.75º degrees, saturation: 0.41, 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 #785ABA is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 90 186 -
CMYK 0.35 0.52 0 0.27
HSL 258.75º 0.41% 0.54% -
HSV(B) 258.75º 0.52% 0.73% -
XYZ 20.26 14.85 48.25 -
YUV 109.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 120 90 186 0.35 0.52 0 0.27 258.75 0.41 0.54
Hex 78 5A BA 23 34 0 1B 103 29 36
Octal 170 132 272 43 64 0 33 403 51 66
Binary 1111000 1011010 10111010 100011 110100 0 11011 100000011 101001 110110

Color Harmonies of #785ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785ABA

Black with #785ABA

Text Example


Text Example

White with #785ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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