Html Css Color HEX #7450BE Blue Marguerite

📋 copy color: '#7450BE'

red 116 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #7450BE

Tints of Blue Marguerite #7450BE

RGB

 RED value IS 116 (45.7% from 255) = 30.05%

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 30.05%
G = 20.73%
B = 49.22%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7450BE (or 0x7450BE) is known color: Blue Marguerite. HEX triplet: 74, 50 and BE. RGB value is (116,80,190). Sum of RGB (Red+Green+Blue) = 116+80+190=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #7450BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7450BE is #8BAF41. Grayscale: #666666. Windows color (decimal): -9154370 or 12472436. OLE color: 12472436.

HSL color Cylindrical-coordinate representation of color #7450BE: hue angle of 259.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7450BE is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 80 190 -
CMYK 0.39 0.58 0 0.25
HSL 259.64º 0.46% 0.53% -
HSV(B) 259.64º 0.58% 0.75% -
XYZ 19.37 13.17 50.24 -
YUV 103.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 116 80 190 0.39 0.58 0 0.25 259.64 0.46 0.53
Hex 74 50 BE 27 3A 0 19 104 2E 35
Octal 164 120 276 47 72 0 31 404 56 65
Binary 1110100 1010000 10111110 100111 111010 0 11001 100000100 101110 110101

Color Harmonies of #7450BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7450BE

Black with #7450BE

Text Example


Text Example

White with #7450BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7450BE; }

 p { color: rgb(116,80,190); }

 H1.HeaderClassName
 {
   color: #7450BE;
 }
 .AnyTagClassName
 {
   color: #7450BE;
 }
</style>

background-color css

<style>
 a { background-color: #7450BE; }

 a { background-color: rgb(116,80,190); }

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

border-color css

<style>
 span { border-color: #7450BE; }

 span { border-color: rgb(116,80,190); }

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