Html Css Color HEX #7965B6 Blue Marguerite

📋 copy color: '#7965B6'

red 121 ◦ green 101 ◦ blue 182

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

Shades of Blue Marguerite #7965B6

Tints of Blue Marguerite #7965B6

RGB

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

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

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

R = 29.95%
G = 25%
B = 45.05%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7965B6 (or 0x7965B6) is known color: Blue Marguerite. HEX triplet: 79, 65 and B6. RGB value is (121,101,182). Sum of RGB (Red+Green+Blue) = 121+101+182=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #7965B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7965B6 is #869A49. Grayscale: #737373. Windows color (decimal): -8821322 or 11953529. OLE color: 11953529.

HSL color Cylindrical-coordinate representation of color #7965B6: hue angle of 254.81º 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 #7965B6 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 101 182 -
CMYK 0.34 0.45 0 0.29
HSL 254.81º 0.36% 0.55% -
HSV(B) 254.81º 0.45% 0.71% -
XYZ 20.98 16.75 46.38 -
YUV 116.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 121 101 182 0.34 0.45 0 0.29 254.81 0.36 0.55
Hex 79 65 B6 22 2D 0 1D FF 24 37
Octal 171 145 266 42 55 0 35 377 44 67
Binary 1111001 1100101 10110110 100010 101101 0 11101 11111111 100100 110111

Color Harmonies of #7965B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7965B6

Black with #7965B6

Text Example


Text Example

White with #7965B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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