Html Css Color HEX #785ABC Blue Marguerite

📋 copy color: '#785ABC'

red 120 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #785ABC

Tints of Blue Marguerite #785ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 30.15%
G = 22.61%
B = 47.24%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#785ABC (or 0x785ABC) is known color: Blue Marguerite. HEX triplet: 78, 5A and BC. RGB value is (120,90,188). Sum of RGB (Red+Green+Blue) = 120+90+188=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #785ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ABC is #87A543. Grayscale: #6D6D6D. Windows color (decimal): -8889668 or 12343928. OLE color: 12343928.

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

Color convert

RGB 120 90 188 -
CMYK 0.36 0.52 0 0.26
HSL 258.37º 0.42% 0.55% -
HSV(B) 258.37º 0.52% 0.74% -
XYZ 20.48 14.94 49.38 -
YUV 110.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 120 90 188 0.36 0.52 0 0.26 258.37 0.42 0.55
Hex 78 5A BC 24 34 0 1A 102 2A 37
Octal 170 132 274 44 64 0 32 402 52 67
Binary 1111000 1011010 10111100 100100 110100 0 11010 100000010 101010 110111

Color Harmonies of #785ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785ABC

Black with #785ABC

Text Example


Text Example

White with #785ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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