Html Css Color HEX #755FBB Blue Marguerite

📋 copy color: '#755FBB'

red 117 ◦ green 95 ◦ blue 187

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

Shades of Blue Marguerite #755FBB

Tints of Blue Marguerite #755FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 29.32%
G = 23.81%
B = 46.87%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#755FBB (or 0x755FBB) is known color: Blue Marguerite. HEX triplet: 75, 5F and BB. RGB value is (117,95,187). Sum of RGB (Red+Green+Blue) = 117+95+187=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #755FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FBB is #8AA044. Grayscale: #6F6F6F. Windows color (decimal): -9084997 or 12279669. OLE color: 12279669.

HSL color Cylindrical-coordinate representation of color #755FBB: hue angle of 254.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755FBB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 95 187 -
CMYK 0.37 0.49 0 0.27
HSL 254.35º 0.4% 0.55% -
HSV(B) 254.35º 0.49% 0.73% -
XYZ 20.4 15.55 48.94 -
YUV 112.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 117 95 187 0.37 0.49 0 0.27 254.35 0.4 0.55
Hex 75 5F BB 25 31 0 1B FE 28 37
Octal 165 137 273 45 61 0 33 376 50 67
Binary 1110101 1011111 10111011 100101 110001 0 11011 11111110 101000 110111

Color Harmonies of #755FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FBB

Black with #755FBB

Text Example


Text Example

White with #755FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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