Html Css Color HEX #785CBC Blue Marguerite

📋 copy color: '#785CBC'

red 120 ◦ green 92 ◦ blue 188

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

Shades of Blue Marguerite #785CBC

Tints of Blue Marguerite #785CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23%

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

R = 30%
G = 23%
B = 47%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#785CBC (or 0x785CBC) is known color: Blue Marguerite. HEX triplet: 78, 5C and BC. RGB value is (120,92,188). Sum of RGB (Red+Green+Blue) = 120+92+188=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #785CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CBC is #87A343. Grayscale: #6E6E6E. Windows color (decimal): -8889156 or 12344440. OLE color: 12344440.

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

Color convert

RGB 120 92 188 -
CMYK 0.36 0.51 0 0.26
HSL 257.5º 0.42% 0.55% -
HSV(B) 257.5º 0.51% 0.74% -
XYZ 20.65 15.28 49.44 -
YUV 111.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 120 92 188 0.36 0.51 0 0.26 257.5 0.42 0.55
Hex 78 5C BC 24 33 0 1A 102 2A 37
Octal 170 134 274 44 63 0 32 402 52 67
Binary 1111000 1011100 10111100 100100 110011 0 11010 100000010 101010 110111

Color Harmonies of #785CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CBC

Black with #785CBC

Text Example


Text Example

White with #785CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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