Html Css Color HEX #755FBA Blue Marguerite

📋 copy color: '#755FBA'

red 117 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #755FBA

Tints of Blue Marguerite #755FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 29.4%
G = 23.87%
B = 46.73%

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

#755FBA (or 0x755FBA) is known color: Blue Marguerite. HEX triplet: 75, 5F and BA. RGB value is (117,95,186). Sum of RGB (Red+Green+Blue) = 117+95+186=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #755FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FBA is #8AA045. Grayscale: #6F6F6F. Windows color (decimal): -9084998 or 12214133. OLE color: 12214133.

HSL color Cylindrical-coordinate representation of color #755FBA: hue angle of 254.51º 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 #755FBA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 95 186 -
CMYK 0.37 0.49 0 0.27
HSL 254.51º 0.4% 0.55% -
HSV(B) 254.51º 0.49% 0.73% -
XYZ 20.29 15.51 48.38 -
YUV 111.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 117 95 186 0.37 0.49 0 0.27 254.51 0.4 0.55
Hex 75 5F BA 25 31 0 1B FF 28 37
Octal 165 137 272 45 61 0 33 377 50 67
Binary 1110101 1011111 10111010 100101 110001 0 11011 11111111 101000 110111

Color Harmonies of #755FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FBA

Black with #755FBA

Text Example


Text Example

White with #755FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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