Html Css Color HEX #764BA2 Studio

📋 copy color: '#764BA2'

red 118 ◦ green 75 ◦ blue 162

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

Shades of Studio #764BA2

Tints of Studio #764BA2

RGB

 RED value IS 118 (46.48% from 255) = 33.24%

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

 BLUE value IS 162 (63.67% from 255) = 45.63%

R = 33.24%
G = 21.13%
B = 45.63%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#764BA2 (or 0x764BA2) is known color: Studio. HEX triplet: 76, 4B and A2. RGB value is (118,75,162). Sum of RGB (Red+Green+Blue) = 118+75+162=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #764BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764BA2 is #89B45D. Grayscale: #616161. Windows color (decimal): -9024606 or 10636150. OLE color: 10636150.

HSL color Cylindrical-coordinate representation of color #764BA2: hue angle of 269.66º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764BA2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 75 162 -
CMYK 0.27 0.54 0 0.36
HSL 269.66º 0.37% 0.46% -
HSV(B) 269.66º 0.54% 0.64% -
XYZ 16.51 11.49 35.53 -
YUV 97.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 118 75 162 0.27 0.54 0 0.36 269.66 0.37 0.46
Hex 76 4B A2 1B 36 0 24 10E 25 2E
Octal 166 113 242 33 66 0 44 416 45 56
Binary 1110110 1001011 10100010 11011 110110 0 100100 100001110 100101 101110

Color Harmonies of #764BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BA2

Black with #764BA2

Text Example


Text Example

White with #764BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764BA2; }

 p { color: rgb(118,75,162); }

 H1.HeaderClassName
 {
   color: #764BA2;
 }
 .AnyTagClassName
 {
   color: #764BA2;
 }
</style>

background-color css

<style>
 a { background-color: #764BA2; }

 a { background-color: rgb(118,75,162); }

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

border-color css

<style>
 span { border-color: #764BA2; }

 span { border-color: rgb(118,75,162); }

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