Html Css Color HEX #7B61BC Blue Marguerite

📋 copy color: '#7B61BC'

red 123 ◦ green 97 ◦ blue 188

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

Shades of Blue Marguerite #7B61BC

Tints of Blue Marguerite #7B61BC

RGB

 RED value IS 123 (48.44% from 255) = 30.15%

 GREEN value IS 97 (38.28% from 255) = 23.77%

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

R = 30.15%
G = 23.77%
B = 46.08%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B61BC (or 0x7B61BC) is known color: Blue Marguerite. HEX triplet: 7B, 61 and BC. RGB value is (123,97,188). Sum of RGB (Red+Green+Blue) = 123+97+188=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B61BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B61BC is #849E43. Grayscale: #727272. Windows color (decimal): -8691268 or 12345723. OLE color: 12345723.

HSL color Cylindrical-coordinate representation of color #7B61BC: hue angle of 257.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B61BC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 97 188 -
CMYK 0.35 0.48 0 0.26
HSL 257.14º 0.4% 0.56% -
HSV(B) 257.14º 0.48% 0.74% -
XYZ 21.52 16.39 49.61 -
YUV 115.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 123 97 188 0.35 0.48 0 0.26 257.14 0.4 0.56
Hex 7B 61 BC 23 30 0 1A 101 28 38
Octal 173 141 274 43 60 0 32 401 50 70
Binary 1111011 1100001 10111100 100011 110000 0 11010 100000001 101000 111000

Color Harmonies of #7B61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B61BC

Black with #7B61BC

Text Example


Text Example

White with #7B61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,97,188); }

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

background-color css

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

 a { background-color: rgb(123,97,188); }

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

border-color css

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

 span { border-color: rgb(123,97,188); }

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