Html Css Color HEX #7C60BF Blue Marguerite

📋 copy color: '#7C60BF'

red 124 ◦ green 96 ◦ blue 191

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

Shades of Blue Marguerite #7C60BF

Tints of Blue Marguerite #7C60BF

RGB

 RED value IS 124 (48.83% from 255) = 30.17%

 GREEN value IS 96 (37.89% from 255) = 23.36%

 BLUE value IS 191 (75% from 255) = 46.47%

R = 30.17%
G = 23.36%
B = 46.47%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C60BF (or 0x7C60BF) is known color: Blue Marguerite. HEX triplet: 7C, 60 and BF. RGB value is (124,96,191). Sum of RGB (Red+Green+Blue) = 124+96+191=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C60BF is #839F40. Grayscale: #727272. Windows color (decimal): -8625985 or 12542076. OLE color: 12542076.

HSL color Cylindrical-coordinate representation of color #7C60BF: hue angle of 257.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C60BF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 96 191 -
CMYK 0.35 0.50 0 0.25
HSL 257.68º 0.43% 0.56% -
HSV(B) 257.68º 0.5% 0.75% -
XYZ 21.9 16.41 51.3 -
YUV 115.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 124 96 191 0.35 0.50 0 0.25 257.68 0.43 0.56
Hex 7C 60 BF 23 32 0 19 102 2B 38
Octal 174 140 277 43 62 0 31 402 53 70
Binary 1111100 1100000 10111111 100011 110010 0 11001 100000010 101011 111000

Color Harmonies of #7C60BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C60BF

Black with #7C60BF

Text Example


Text Example

White with #7C60BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C60BF; }

 p { color: rgb(124,96,191); }

 H1.HeaderClassName
 {
   color: #7C60BF;
 }
 .AnyTagClassName
 {
   color: #7C60BF;
 }
</style>

background-color css

<style>
 a { background-color: #7C60BF; }

 a { background-color: rgb(124,96,191); }

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

border-color css

<style>
 span { border-color: #7C60BF; }

 span { border-color: rgb(124,96,191); }

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