Html Css Color HEX #755ABE Blue Marguerite

📋 copy color: '#755ABE'

red 117 ◦ green 90 ◦ blue 190

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

Shades of Blue Marguerite #755ABE

Tints of Blue Marguerite #755ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 29.47%
G = 22.67%
B = 47.86%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#755ABE (or 0x755ABE) is known color: Blue Marguerite. HEX triplet: 75, 5A and BE. RGB value is (117,90,190). Sum of RGB (Red+Green+Blue) = 117+90+190=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #755ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ABE is #8AA541. Grayscale: #6D6D6D. Windows color (decimal): -9086274 or 12474997. OLE color: 12474997.

HSL color Cylindrical-coordinate representation of color #755ABE: hue angle of 256.2º degrees, saturation: 0.43, 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 #755ABE is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 90 190 -
CMYK 0.38 0.53 0 0.25
HSL 256.2º 0.43% 0.55% -
HSV(B) 256.2º 0.53% 0.75% -
XYZ 20.29 14.81 50.5 -
YUV 109.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 117 90 190 0.38 0.53 0 0.25 256.2 0.43 0.55
Hex 75 5A BE 26 35 0 19 100 2B 37
Octal 165 132 276 46 65 0 31 400 53 67
Binary 1110101 1011010 10111110 100110 110101 0 11001 100000000 101011 110111

Color Harmonies of #755ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ABE

Black with #755ABE

Text Example


Text Example

White with #755ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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