Html Css Color HEX #734ABB Blue Marguerite

📋 copy color: '#734ABB'

red 115 ◦ green 74 ◦ blue 187

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

Shades of Blue Marguerite #734ABB

Tints of Blue Marguerite #734ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 30.59%
G = 19.68%
B = 49.73%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#734ABB (or 0x734ABB) is known color: Blue Marguerite. HEX triplet: 73, 4A and BB. RGB value is (115,74,187). Sum of RGB (Red+Green+Blue) = 115+74+187=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #734ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ABB is #8CB544. Grayscale: #626262. Windows color (decimal): -9221445 or 12274291. OLE color: 12274291.

HSL color Cylindrical-coordinate representation of color #734ABB: hue angle of 261.77º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734ABB is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 74 187 -
CMYK 0.39 0.60 0 0.27
HSL 261.77º 0.45% 0.51% -
HSV(B) 261.77º 0.6% 0.73% -
XYZ 18.49 12.13 48.38 -
YUV 99.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 115 74 187 0.39 0.60 0 0.27 261.77 0.45 0.51
Hex 73 4A BB 27 3C 0 1B 106 2D 33
Octal 163 112 273 47 74 0 33 406 55 63
Binary 1110011 1001010 10111011 100111 111100 0 11011 100000110 101101 110011

Color Harmonies of #734ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734ABB

Black with #734ABB

Text Example


Text Example

White with #734ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,74,187); }

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

background-color css

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

 a { background-color: rgb(115,74,187); }

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

border-color css

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

 span { border-color: rgb(115,74,187); }

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