Html Css Color HEX #785BBD Blue Marguerite

📋 copy color: '#785BBD'

red 120 ◦ green 91 ◦ blue 189

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

Shades of Blue Marguerite #785BBD

Tints of Blue Marguerite #785BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 30%
G = 22.75%
B = 47.25%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#785BBD (or 0x785BBD) is known color: Blue Marguerite. HEX triplet: 78, 5B and BD. RGB value is (120,91,189). Sum of RGB (Red+Green+Blue) = 120+91+189=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #785BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BBD is #87A442. Grayscale: #6E6E6E. Windows color (decimal): -8889411 or 12409720. OLE color: 12409720.

HSL color Cylindrical-coordinate representation of color #785BBD: hue angle of 257.76º degrees, saturation: 0.43, 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 #785BBD is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 91 189 -
CMYK 0.37 0.52 0 0.26
HSL 257.76º 0.43% 0.55% -
HSV(B) 257.76º 0.52% 0.74% -
XYZ 20.67 15.15 49.98 -
YUV 110.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 120 91 189 0.37 0.52 0 0.26 257.76 0.43 0.55
Hex 78 5B BD 25 34 0 1A 102 2B 37
Octal 170 133 275 45 64 0 32 402 53 67
Binary 1111000 1011011 10111101 100101 110100 0 11010 100000010 101011 110111

Color Harmonies of #785BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BBD

Black with #785BBD

Text Example


Text Example

White with #785BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,91,189); }

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

background-color css

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

 a { background-color: rgb(120,91,189); }

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

border-color css

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

 span { border-color: rgb(120,91,189); }

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