Html Css Color HEX #734BBA Blue Marguerite

📋 copy color: '#734BBA'

red 115 ◦ green 75 ◦ blue 186

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

Shades of Blue Marguerite #734BBA

Tints of Blue Marguerite #734BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 30.59%
G = 19.95%
B = 49.47%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#734BBA (or 0x734BBA) is known color: Blue Marguerite. HEX triplet: 73, 4B and BA. RGB value is (115,75,186). Sum of RGB (Red+Green+Blue) = 115+75+186=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #734BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BBA is #8CB445. Grayscale: #636363. Windows color (decimal): -9221190 or 12209011. OLE color: 12209011.

HSL color Cylindrical-coordinate representation of color #734BBA: hue angle of 261.62º 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 #734BBA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 75 186 -
CMYK 0.38 0.60 0 0.27
HSL 261.62º 0.45% 0.51% -
HSV(B) 261.62º 0.6% 0.73% -
XYZ 18.45 12.22 47.84 -
YUV 99.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 115 75 186 0.38 0.60 0 0.27 261.62 0.45 0.51
Hex 73 4B BA 26 3C 0 1B 106 2D 33
Octal 163 113 272 46 74 0 33 406 55 63
Binary 1110011 1001011 10111010 100110 111100 0 11011 100000110 101101 110011

Color Harmonies of #734BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734BBA

Black with #734BBA

Text Example


Text Example

White with #734BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,75,186); }

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

background-color css

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

 a { background-color: rgb(115,75,186); }

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

border-color css

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

 span { border-color: rgb(115,75,186); }

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