Html Css Color HEX #7B65B6 Blue Marguerite

📋 copy color: '#7B65B6'

red 123 ◦ green 101 ◦ blue 182

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

Shades of Blue Marguerite #7B65B6

Tints of Blue Marguerite #7B65B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 30.3%
G = 24.88%
B = 44.83%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B65B6 (or 0x7B65B6) is known color: Blue Marguerite. HEX triplet: 7B, 65 and B6. RGB value is (123,101,182). Sum of RGB (Red+Green+Blue) = 123+101+182=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B65B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B65B6 is #849A49. Grayscale: #747474. Windows color (decimal): -8690250 or 11953531. OLE color: 11953531.

HSL color Cylindrical-coordinate representation of color #7B65B6: hue angle of 256.3º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B65B6 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 123 101 182 -
CMYK 0.32 0.45 0 0.29
HSL 256.3º 0.36% 0.55% -
HSV(B) 256.3º 0.45% 0.71% -
XYZ 21.27 16.9 46.4 -
YUV 116.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 123 101 182 0.32 0.45 0 0.29 256.3 0.36 0.55
Hex 7B 65 B6 20 2D 0 1D 100 24 37
Octal 173 145 266 40 55 0 35 400 44 67
Binary 1111011 1100101 10110110 100000 101101 0 11101 100000000 100100 110111

Color Harmonies of #7B65B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B65B6

Black with #7B65B6

Text Example


Text Example

White with #7B65B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,101,182); }

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

background-color css

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

 a { background-color: rgb(123,101,182); }

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

border-color css

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

 span { border-color: rgb(123,101,182); }

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