Html Css Color HEX #765ABC Blue Marguerite

📋 copy color: '#765ABC'

red 118 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #765ABC

Tints of Blue Marguerite #765ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

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

R = 29.8%
G = 22.73%
B = 47.47%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#765ABC (or 0x765ABC) is known color: Blue Marguerite. HEX triplet: 76, 5A and BC. RGB value is (118,90,188). Sum of RGB (Red+Green+Blue) = 118+90+188=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #765ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ABC is #89A543. Grayscale: #6D6D6D. Windows color (decimal): -9020740 or 12343926. OLE color: 12343926.

HSL color Cylindrical-coordinate representation of color #765ABC: hue angle of 257.14º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #765ABC is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 90 188 -
CMYK 0.37 0.52 0 0.26
HSL 257.14º 0.42% 0.55% -
HSV(B) 257.14º 0.52% 0.74% -
XYZ 20.2 14.79 49.37 -
YUV 109.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 118 90 188 0.37 0.52 0 0.26 257.14 0.42 0.55
Hex 76 5A BC 25 34 0 1A 101 2A 37
Octal 166 132 274 45 64 0 32 401 52 67
Binary 1110110 1011010 10111100 100101 110100 0 11010 100000001 101010 110111

Color Harmonies of #765ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765ABC

Black with #765ABC

Text Example


Text Example

White with #765ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765ABC; }

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

 H1.HeaderClassName
 {
   color: #765ABC;
 }
 .AnyTagClassName
 {
   color: #765ABC;
 }
</style>

background-color css

<style>
 a { background-color: #765ABC; }

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

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

border-color css

<style>
 span { border-color: #765ABC; }

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

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