Html Css Color HEX #7665B4 Blue Marguerite

📋 copy color: '#7665B4'

red 118 ◦ green 101 ◦ blue 180

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

Shades of Blue Marguerite #7665B4

Tints of Blue Marguerite #7665B4

RGB

 RED value IS 118 (46.48% from 255) = 29.57%

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

 BLUE value IS 180 (70.7% from 255) = 45.11%

R = 29.57%
G = 25.31%
B = 45.11%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7665B4 (or 0x7665B4) is known color: Blue Marguerite. HEX triplet: 76, 65 and B4. RGB value is (118,101,180). Sum of RGB (Red+Green+Blue) = 118+101+180=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #7665B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665B4 is #899A4B. Grayscale: #727272. Windows color (decimal): -9017932 or 11822454. OLE color: 11822454.

HSL color Cylindrical-coordinate representation of color #7665B4: hue angle of 252.91º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7665B4 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 101 180 -
CMYK 0.34 0.44 0 0.29
HSL 252.91º 0.34% 0.55% -
HSV(B) 252.91º 0.44% 0.71% -
XYZ 20.36 16.45 45.28 -
YUV 115.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 118 101 180 0.34 0.44 0 0.29 252.91 0.34 0.55
Hex 76 65 B4 22 2C 0 1D FD 22 37
Octal 166 145 264 42 54 0 35 375 42 67
Binary 1110110 1100101 10110100 100010 101100 0 11101 11111101 100010 110111

Color Harmonies of #7665B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665B4

Black with #7665B4

Text Example


Text Example

White with #7665B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7665B4; }

 p { color: rgb(118,101,180); }

 H1.HeaderClassName
 {
   color: #7665B4;
 }
 .AnyTagClassName
 {
   color: #7665B4;
 }
</style>

background-color css

<style>
 a { background-color: #7665B4; }

 a { background-color: rgb(118,101,180); }

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

border-color css

<style>
 span { border-color: #7665B4; }

 span { border-color: rgb(118,101,180); }

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