Html Css Color HEX #7B66BC Blue Marguerite

📋 copy color: '#7B66BC'

red 123 ◦ green 102 ◦ blue 188

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

Shades of Blue Marguerite #7B66BC

Tints of Blue Marguerite #7B66BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.7%

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

R = 29.78%
G = 24.7%
B = 45.52%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B66BC (or 0x7B66BC) is known color: Blue Marguerite. HEX triplet: 7B, 66 and BC. RGB value is (123,102,188). Sum of RGB (Red+Green+Blue) = 123+102+188=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B66BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66BC is #849943. Grayscale: #757575. Windows color (decimal): -8689988 or 12347003. OLE color: 12347003.

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

Color convert

RGB 123 102 188 -
CMYK 0.35 0.46 0 0.26
HSL 254.65º 0.39% 0.57% -
HSV(B) 254.65º 0.46% 0.74% -
XYZ 22 17.34 49.77 -
YUV 118.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 123 102 188 0.35 0.46 0 0.26 254.65 0.39 0.57
Hex 7B 66 BC 23 2E 0 1A FF 27 39
Octal 173 146 274 43 56 0 32 377 47 71
Binary 1111011 1100110 10111100 100011 101110 0 11010 11111111 100111 111001

Color Harmonies of #7B66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B66BC

Black with #7B66BC

Text Example


Text Example

White with #7B66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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