Html Css Color HEX #734DBE Blue Marguerite

📋 copy color: '#734DBE'

red 115 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #734DBE

Tints of Blue Marguerite #734DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

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

R = 30.1%
G = 20.16%
B = 49.74%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#734DBE (or 0x734DBE) is known color: Blue Marguerite. HEX triplet: 73, 4D and BE. RGB value is (115,77,190). Sum of RGB (Red+Green+Blue) = 115+77+190=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #734DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DBE is #8CB241. Grayscale: #646464. Windows color (decimal): -9220674 or 12471667. OLE color: 12471667.

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

Color convert

RGB 115 77 190 -
CMYK 0.39 0.59 0 0.25
HSL 260.18º 0.47% 0.52% -
HSV(B) 260.18º 0.59% 0.75% -
XYZ 19.02 12.67 50.16 -
YUV 101.24 178.09 137.81 -
System Red Green Blue C M Y K H S L
Decimal 115 77 190 0.39 0.59 0 0.25 260.18 0.47 0.52
Hex 73 4D BE 27 3B 0 19 104 2F 34
Octal 163 115 276 47 73 0 31 404 57 64
Binary 1110011 1001101 10111110 100111 111011 0 11001 100000100 101111 110100

Color Harmonies of #734DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DBE

Black with #734DBE

Text Example


Text Example

White with #734DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,77,190); }

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

background-color css

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

 a { background-color: rgb(115,77,190); }

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

border-color css

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

 span { border-color: rgb(115,77,190); }

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