Html Css Color HEX #755ABF Blue Marguerite

📋 copy color: '#755ABF'

red 117 ◦ green 90 ◦ blue 191

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

Shades of Blue Marguerite #755ABF

Tints of Blue Marguerite #755ABF

RGB

 RED value IS 117 (46.09% from 255) = 29.4%

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 29.4%
G = 22.61%
B = 47.99%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#755ABF (or 0x755ABF) is known color: Blue Marguerite. HEX triplet: 75, 5A and BF. RGB value is (117,90,191). Sum of RGB (Red+Green+Blue) = 117+90+191=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #755ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ABF is #8AA540. Grayscale: #6D6D6D. Windows color (decimal): -9086273 or 12540533. OLE color: 12540533.

HSL color Cylindrical-coordinate representation of color #755ABF: hue angle of 256.04º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755ABF is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 90 191 -
CMYK 0.39 0.53 0 0.25
HSL 256.04º 0.44% 0.55% -
HSV(B) 256.04º 0.53% 0.75% -
XYZ 20.4 14.86 51.08 -
YUV 109.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 117 90 191 0.39 0.53 0 0.25 256.04 0.44 0.55
Hex 75 5A BF 27 35 0 19 100 2C 37
Octal 165 132 277 47 65 0 31 400 54 67
Binary 1110101 1011010 10111111 100111 110101 0 11001 100000000 101100 110111

Color Harmonies of #755ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ABF

Black with #755ABF

Text Example


Text Example

White with #755ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755ABF; }

 p { color: rgb(117,90,191); }

 H1.HeaderClassName
 {
   color: #755ABF;
 }
 .AnyTagClassName
 {
   color: #755ABF;
 }
</style>

background-color css

<style>
 a { background-color: #755ABF; }

 a { background-color: rgb(117,90,191); }

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

border-color css

<style>
 span { border-color: #755ABF; }

 span { border-color: rgb(117,90,191); }

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