Html Css Color HEX #7865BB Blue Marguerite

📋 copy color: '#7865BB'

red 120 ◦ green 101 ◦ blue 187

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

Shades of Blue Marguerite #7865BB

Tints of Blue Marguerite #7865BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 29.41%
G = 24.75%
B = 45.83%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7865BB (or 0x7865BB) is known color: Blue Marguerite. HEX triplet: 78, 65 and BB. RGB value is (120,101,187). Sum of RGB (Red+Green+Blue) = 120+101+187=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #7865BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865BB is #879A44. Grayscale: #747474. Windows color (decimal): -8886853 or 12281208. OLE color: 12281208.

HSL color Cylindrical-coordinate representation of color #7865BB: hue angle of 253.26º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7865BB is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 101 187 -
CMYK 0.36 0.46 0 0.27
HSL 253.26º 0.39% 0.56% -
HSV(B) 253.26º 0.46% 0.73% -
XYZ 21.37 16.89 49.15 -
YUV 116.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 120 101 187 0.36 0.46 0 0.27 253.26 0.39 0.56
Hex 78 65 BB 24 2E 0 1B FD 27 38
Octal 170 145 273 44 56 0 33 375 47 70
Binary 1111000 1100101 10111011 100100 101110 0 11011 11111101 100111 111000

Color Harmonies of #7865BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7865BB

Black with #7865BB

Text Example


Text Example

White with #7865BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7865BB; }

 p { color: rgb(120,101,187); }

 H1.HeaderClassName
 {
   color: #7865BB;
 }
 .AnyTagClassName
 {
   color: #7865BB;
 }
</style>

background-color css

<style>
 a { background-color: #7865BB; }

 a { background-color: rgb(120,101,187); }

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

border-color css

<style>
 span { border-color: #7865BB; }

 span { border-color: rgb(120,101,187); }

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