Html Css Color HEX #734FC0 Blue Marguerite

📋 copy color: '#734FC0'

red 115 ◦ green 79 ◦ blue 192

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

Shades of Blue Marguerite #734FC0

Tints of Blue Marguerite #734FC0

RGB

 RED value IS 115 (45.31% from 255) = 29.79%

 GREEN value IS 79 (31.25% from 255) = 20.47%

 BLUE value IS 192 (75.39% from 255) = 49.74%

R = 29.79%
G = 20.47%
B = 49.74%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#734FC0 (or 0x734FC0) is known color: Blue Marguerite. HEX triplet: 73, 4F and C0. RGB value is (115,79,192). Sum of RGB (Red+Green+Blue) = 115+79+192=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #734FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FC0 is #8CB03F. Grayscale: #666666. Windows color (decimal): -9220160 or 12603251. OLE color: 12603251.

HSL color Cylindrical-coordinate representation of color #734FC0: hue angle of 259.12º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #734FC0 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 79 192 -
CMYK 0.40 0.59 0 0.25
HSL 259.12º 0.47% 0.53% -
HSV(B) 259.12º 0.59% 0.75% -
XYZ 19.38 13.04 51.37 -
YUV 102.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 115 79 192 0.40 0.59 0 0.25 259.12 0.47 0.53
Hex 73 4F C0 28 3B 0 19 103 2F 35
Octal 163 117 300 50 73 0 31 403 57 65
Binary 1110011 1001111 11000000 101000 111011 0 11001 100000011 101111 110101

Color Harmonies of #734FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734FC0

Black with #734FC0

Text Example


Text Example

White with #734FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734FC0; }

 p { color: rgb(115,79,192); }

 H1.HeaderClassName
 {
   color: #734FC0;
 }
 .AnyTagClassName
 {
   color: #734FC0;
 }
</style>

background-color css

<style>
 a { background-color: #734FC0; }

 a { background-color: rgb(115,79,192); }

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

border-color css

<style>
 span { border-color: #734FC0; }

 span { border-color: rgb(115,79,192); }

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