Html Css Color HEX #7762BA Blue Marguerite

📋 copy color: '#7762BA'

red 119 ◦ green 98 ◦ blue 186

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

Shades of Blue Marguerite #7762BA

Tints of Blue Marguerite #7762BA

RGB

 RED value IS 119 (46.88% from 255) = 29.53%

 GREEN value IS 98 (38.67% from 255) = 24.32%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 29.53%
G = 24.32%
B = 46.15%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7762BA (or 0x7762BA) is known color: Blue Marguerite. HEX triplet: 77, 62 and BA. RGB value is (119,98,186). Sum of RGB (Red+Green+Blue) = 119+98+186=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #7762BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7762BA is #889D45. Grayscale: #717171. Windows color (decimal): -8953158 or 12214903. OLE color: 12214903.

HSL color Cylindrical-coordinate representation of color #7762BA: hue angle of 254.32º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7762BA is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 98 186 -
CMYK 0.36 0.47 0 0.27
HSL 254.32º 0.39% 0.56% -
HSV(B) 254.32º 0.47% 0.73% -
XYZ 20.84 16.2 48.48 -
YUV 114.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 119 98 186 0.36 0.47 0 0.27 254.32 0.39 0.56
Hex 77 62 BA 24 2F 0 1B FE 27 38
Octal 167 142 272 44 57 0 33 376 47 70
Binary 1110111 1100010 10111010 100100 101111 0 11011 11111110 100111 111000

Color Harmonies of #7762BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7762BA

Black with #7762BA

Text Example


Text Example

White with #7762BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7762BA; }

 p { color: rgb(119,98,186); }

 H1.HeaderClassName
 {
   color: #7762BA;
 }
 .AnyTagClassName
 {
   color: #7762BA;
 }
</style>

background-color css

<style>
 a { background-color: #7762BA; }

 a { background-color: rgb(119,98,186); }

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

border-color css

<style>
 span { border-color: #7762BA; }

 span { border-color: rgb(119,98,186); }

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