Html Css Color HEX #755CAB Blue Marguerite

📋 copy color: '#755CAB'

red 117 ◦ green 92 ◦ blue 171

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

Shades of Blue Marguerite #755CAB

Tints of Blue Marguerite #755CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

 BLUE value IS 171 (67.19% from 255) = 45%

R = 30.79%
G = 24.21%
B = 45%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755CAB (or 0x755CAB) is known color: Blue Marguerite. HEX triplet: 75, 5C and AB. RGB value is (117,92,171). Sum of RGB (Red+Green+Blue) = 117+92+171=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #755CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755CAB is #8AA354. Grayscale: #6C6C6C. Windows color (decimal): -9085781 or 11230325. OLE color: 11230325.

HSL color Cylindrical-coordinate representation of color #755CAB: hue angle of 258.99º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755CAB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 92 171 -
CMYK 0.32 0.46 0 0.33
HSL 258.99º 0.32% 0.52% -
HSV(B) 258.99º 0.46% 0.67% -
XYZ 18.51 14.38 40.33 -
YUV 108.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 117 92 171 0.32 0.46 0 0.33 258.99 0.32 0.52
Hex 75 5C AB 20 2E 0 21 103 20 34
Octal 165 134 253 40 56 0 41 403 40 64
Binary 1110101 1011100 10101011 100000 101110 0 100001 100000011 100000 110100

Color Harmonies of #755CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CAB

Black with #755CAB

Text Example


Text Example

White with #755CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,171); }

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

background-color css

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

 a { background-color: rgb(117,92,171); }

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

border-color css

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

 span { border-color: rgb(117,92,171); }

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