Html Css Color HEX #754ABE Blue Marguerite

📋 copy color: '#754ABE'

red 117 ◦ green 74 ◦ blue 190

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

Shades of Blue Marguerite #754ABE

Tints of Blue Marguerite #754ABE

RGB

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

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

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

R = 30.71%
G = 19.42%
B = 49.87%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#754ABE (or 0x754ABE) is known color: Blue Marguerite. HEX triplet: 75, 4A and BE. RGB value is (117,74,190). Sum of RGB (Red+Green+Blue) = 117+74+190=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #754ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ABE is #8AB541. Grayscale: #636363. Windows color (decimal): -9090370 or 12470901. OLE color: 12470901.

HSL color Cylindrical-coordinate representation of color #754ABE: hue angle of 262.24º degrees, saturation: 0.47, 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 #754ABE is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 74 190 -
CMYK 0.38 0.61 0 0.25
HSL 262.24º 0.47% 0.52% -
HSV(B) 262.24º 0.61% 0.75% -
XYZ 19.08 12.4 50.1 -
YUV 100.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 117 74 190 0.38 0.61 0 0.25 262.24 0.47 0.52
Hex 75 4A BE 26 3D 0 19 106 2F 34
Octal 165 112 276 46 75 0 31 406 57 64
Binary 1110101 1001010 10111110 100110 111101 0 11001 100000110 101111 110100

Color Harmonies of #754ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ABE

Black with #754ABE

Text Example


Text Example

White with #754ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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