Html Css Color HEX #754ABF Blue Marguerite

📋 copy color: '#754ABF'

red 117 ◦ green 74 ◦ blue 191

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

Shades of Blue Marguerite #754ABF

Tints of Blue Marguerite #754ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.37%

 BLUE value IS 191 (75% from 255) = 50%

R = 30.63%
G = 19.37%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#754ABF (or 0x754ABF) is known color: Blue Marguerite. HEX triplet: 75, 4A and BF. RGB value is (117,74,191). Sum of RGB (Red+Green+Blue) = 117+74+191=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #754ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ABF is #8AB540. Grayscale: #636363. Windows color (decimal): -9090369 or 12536437. OLE color: 12536437.

HSL color Cylindrical-coordinate representation of color #754ABF: hue angle of 262.05º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754ABF is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 74 191 -
CMYK 0.39 0.61 0 0.25
HSL 262.05º 0.48% 0.52% -
HSV(B) 262.05º 0.61% 0.75% -
XYZ 19.19 12.44 50.68 -
YUV 100.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 117 74 191 0.39 0.61 0 0.25 262.05 0.48 0.52
Hex 75 4A BF 27 3D 0 19 106 30 34
Octal 165 112 277 47 75 0 31 406 60 64
Binary 1110101 1001010 10111111 100111 111101 0 11001 100000110 110000 110100

Color Harmonies of #754ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ABF

Black with #754ABF

Text Example


Text Example

White with #754ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754ABF; }

 p { color: rgb(117,74,191); }

 H1.HeaderClassName
 {
   color: #754ABF;
 }
 .AnyTagClassName
 {
   color: #754ABF;
 }
</style>

background-color css

<style>
 a { background-color: #754ABF; }

 a { background-color: rgb(117,74,191); }

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

border-color css

<style>
 span { border-color: #754ABF; }

 span { border-color: rgb(117,74,191); }

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