Html Css Color HEX #7965B7 Blue Marguerite

📋 copy color: '#7965B7'

red 121 ◦ green 101 ◦ blue 183

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

Shades of Blue Marguerite #7965B7

Tints of Blue Marguerite #7965B7

RGB

 RED value IS 121 (47.66% from 255) = 29.88%

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

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 29.88%
G = 24.94%
B = 45.19%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7965B7 (or 0x7965B7) is known color: Blue Marguerite. HEX triplet: 79, 65 and B7. RGB value is (121,101,183). Sum of RGB (Red+Green+Blue) = 121+101+183=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #7965B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7965B7 is #869A48. Grayscale: #747474. Windows color (decimal): -8821321 or 12019065. OLE color: 12019065.

HSL color Cylindrical-coordinate representation of color #7965B7: hue angle of 254.63º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7965B7 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 101 183 -
CMYK 0.34 0.45 0 0.28
HSL 254.63º 0.36% 0.56% -
HSV(B) 254.63º 0.45% 0.72% -
XYZ 21.09 16.79 46.93 -
YUV 116.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 121 101 183 0.34 0.45 0 0.28 254.63 0.36 0.56
Hex 79 65 B7 22 2D 0 1C FF 24 38
Octal 171 145 267 42 55 0 34 377 44 70
Binary 1111001 1100101 10110111 100010 101101 0 11100 11111111 100100 111000

Color Harmonies of #7965B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7965B7

Black with #7965B7

Text Example


Text Example

White with #7965B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7965B7; }

 p { color: rgb(121,101,183); }

 H1.HeaderClassName
 {
   color: #7965B7;
 }
 .AnyTagClassName
 {
   color: #7965B7;
 }
</style>

background-color css

<style>
 a { background-color: #7965B7; }

 a { background-color: rgb(121,101,183); }

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

border-color css

<style>
 span { border-color: #7965B7; }

 span { border-color: rgb(121,101,183); }

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