Html Css Color HEX #7665BC Blue Marguerite

📋 copy color: '#7665BC'

red 118 ◦ green 101 ◦ blue 188

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

Shades of Blue Marguerite #7665BC

Tints of Blue Marguerite #7665BC

RGB

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

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

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

R = 28.99%
G = 24.82%
B = 46.19%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7665BC (or 0x7665BC) is known color: Blue Marguerite. HEX triplet: 76, 65 and BC. RGB value is (118,101,188). Sum of RGB (Red+Green+Blue) = 118+101+188=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #7665BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665BC is #899A43. Grayscale: #737373. Windows color (decimal): -9017924 or 12346742. OLE color: 12346742.

HSL color Cylindrical-coordinate representation of color #7665BC: hue angle of 251.72º 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 #7665BC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 101 188 -
CMYK 0.37 0.46 0 0.26
HSL 251.72º 0.39% 0.57% -
HSV(B) 251.72º 0.46% 0.74% -
XYZ 21.2 16.79 49.7 -
YUV 116 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 118 101 188 0.37 0.46 0 0.26 251.72 0.39 0.57
Hex 76 65 BC 25 2E 0 1A FC 27 39
Octal 166 145 274 45 56 0 32 374 47 71
Binary 1110110 1100101 10111100 100101 101110 0 11010 11111100 100111 111001

Color Harmonies of #7665BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665BC

Black with #7665BC

Text Example


Text Example

White with #7665BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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