Html Css Color HEX #7A65BE Blue Marguerite

📋 copy color: '#7A65BE'

red 122 ◦ green 101 ◦ blue 190

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

Shades of Blue Marguerite #7A65BE

Tints of Blue Marguerite #7A65BE

RGB

 RED value IS 122 (48.05% from 255) = 29.54%

 GREEN value IS 101 (39.84% from 255) = 24.46%

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

R = 29.54%
G = 24.46%
B = 46%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A65BE (or 0x7A65BE) is known color: Blue Marguerite. HEX triplet: 7A, 65 and BE. RGB value is (122,101,190). Sum of RGB (Red+Green+Blue) = 122+101+190=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A65BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A65BE is #859A41. Grayscale: #757575. Windows color (decimal): -8755778 or 12477818. OLE color: 12477818.

HSL color Cylindrical-coordinate representation of color #7A65BE: hue angle of 254.16º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A65BE is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 101 190 -
CMYK 0.36 0.47 0 0.25
HSL 254.16º 0.41% 0.57% -
HSV(B) 254.16º 0.47% 0.75% -
XYZ 21.97 17.16 50.87 -
YUV 117.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 122 101 190 0.36 0.47 0 0.25 254.16 0.41 0.57
Hex 7A 65 BE 24 2F 0 19 FE 29 39
Octal 172 145 276 44 57 0 31 376 51 71
Binary 1111010 1100101 10111110 100100 101111 0 11001 11111110 101001 111001

Color Harmonies of #7A65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A65BE

Black with #7A65BE

Text Example


Text Example

White with #7A65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A65BE; }

 p { color: rgb(122,101,190); }

 H1.HeaderClassName
 {
   color: #7A65BE;
 }
 .AnyTagClassName
 {
   color: #7A65BE;
 }
</style>

background-color css

<style>
 a { background-color: #7A65BE; }

 a { background-color: rgb(122,101,190); }

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

border-color css

<style>
 span { border-color: #7A65BE; }

 span { border-color: rgb(122,101,190); }

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