Html Css Color HEX #755FBE Blue Marguerite

📋 copy color: '#755FBE'

red 117 ◦ green 95 ◦ blue 190

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

Shades of Blue Marguerite #755FBE

Tints of Blue Marguerite #755FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.63%

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

R = 29.1%
G = 23.63%
B = 47.26%

CMYK

 C value IS 0.38

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#755FBE (or 0x755FBE) is known color: Blue Marguerite. HEX triplet: 75, 5F and BE. RGB value is (117,95,190). Sum of RGB (Red+Green+Blue) = 117+95+190=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #755FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FBE is #8AA041. Grayscale: #707070. Windows color (decimal): -9084994 or 12476277. OLE color: 12476277.

HSL color Cylindrical-coordinate representation of color #755FBE: hue angle of 253.89º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755FBE is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 95 190 -
CMYK 0.38 0.5 0 0.25
HSL 253.89º 0.42% 0.56% -
HSV(B) 253.89º 0.5% 0.75% -
XYZ 20.72 15.68 50.65 -
YUV 112.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 117 95 190 0.38 0.5 0 0.25 253.89 0.42 0.56
Hex 75 5F BE 26 32 0 19 FE 2A 38
Octal 165 137 276 46 62 0 31 376 52 70
Binary 1110101 1011111 10111110 100110 110010 0 11001 11111110 101010 111000

Color Harmonies of #755FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FBE

Black with #755FBE

Text Example


Text Example

White with #755FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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