Html Css Color HEX #785ABD Blue Marguerite

📋 copy color: '#785ABD'

red 120 ◦ green 90 ◦ blue 189

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

Shades of Blue Marguerite #785ABD

Tints of Blue Marguerite #785ABD

RGB

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

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

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

R = 30.08%
G = 22.56%
B = 47.37%

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

#785ABD (or 0x785ABD) is known color: Blue Marguerite. HEX triplet: 78, 5A and BD. RGB value is (120,90,189). Sum of RGB (Red+Green+Blue) = 120+90+189=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #785ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ABD is #87A542. Grayscale: #6D6D6D. Windows color (decimal): -8889667 or 12409464. OLE color: 12409464.

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

Color convert

RGB 120 90 189 -
CMYK 0.37 0.52 0 0.26
HSL 258.18º 0.43% 0.55% -
HSV(B) 258.18º 0.52% 0.74% -
XYZ 20.59 14.98 49.95 -
YUV 110.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 120 90 189 0.37 0.52 0 0.26 258.18 0.43 0.55
Hex 78 5A BD 25 34 0 1A 102 2B 37
Octal 170 132 275 45 64 0 32 402 53 67
Binary 1111000 1011010 10111101 100101 110100 0 11010 100000010 101011 110111

Color Harmonies of #785ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785ABD

Black with #785ABD

Text Example


Text Example

White with #785ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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