Html Css Color HEX #786BB6 Blue Marguerite

📋 copy color: '#786BB6'

red 120 ◦ green 107 ◦ blue 182

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

Shades of Blue Marguerite #786BB6

Tints of Blue Marguerite #786BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

 BLUE value IS 182 (71.48% from 255) = 44.5%

R = 29.34%
G = 26.16%
B = 44.5%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#786BB6 (or 0x786BB6) is known color: Blue Marguerite. HEX triplet: 78, 6B and B6. RGB value is (120,107,182). Sum of RGB (Red+Green+Blue) = 120+107+182=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #786BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BB6 is #879449. Grayscale: #777777. Windows color (decimal): -8885322 or 11955064. OLE color: 11955064.

HSL color Cylindrical-coordinate representation of color #786BB6: hue angle of 250.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #786BB6 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 107 182 -
CMYK 0.34 0.41 0 0.29
HSL 250.4º 0.34% 0.57% -
HSV(B) 250.4º 0.41% 0.71% -
XYZ 21.45 17.89 46.58 -
YUV 119.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 120 107 182 0.34 0.41 0 0.29 250.4 0.34 0.57
Hex 78 6B B6 22 29 0 1D FA 22 39
Octal 170 153 266 42 51 0 35 372 42 71
Binary 1111000 1101011 10110110 100010 101001 0 11101 11111010 100010 111001

Color Harmonies of #786BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BB6

Black with #786BB6

Text Example


Text Example

White with #786BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786BB6; }

 p { color: rgb(120,107,182); }

 H1.HeaderClassName
 {
   color: #786BB6;
 }
 .AnyTagClassName
 {
   color: #786BB6;
 }
</style>

background-color css

<style>
 a { background-color: #786BB6; }

 a { background-color: rgb(120,107,182); }

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

border-color css

<style>
 span { border-color: #786BB6; }

 span { border-color: rgb(120,107,182); }

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