Html Css Color HEX #764EA4 Studio

📋 copy color: '#764EA4'

red 118 ◦ green 78 ◦ blue 164

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

Shades of Studio #764EA4

Tints of Studio #764EA4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 32.78%
G = 21.67%
B = 45.56%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#764EA4 (or 0x764EA4) is known color: Studio. HEX triplet: 76, 4E and A4. RGB value is (118,78,164). Sum of RGB (Red+Green+Blue) = 118+78+164=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #764EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764EA4 is #89B15B. Grayscale: #636363. Windows color (decimal): -9023836 or 10767990. OLE color: 10767990.

HSL color Cylindrical-coordinate representation of color #764EA4: hue angle of 267.91º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764EA4 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 78 164 -
CMYK 0.28 0.52 0 0.36
HSL 267.91º 0.36% 0.47% -
HSV(B) 267.91º 0.52% 0.64% -
XYZ 16.9 11.98 36.54 -
YUV 99.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 118 78 164 0.28 0.52 0 0.36 267.91 0.36 0.47
Hex 76 4E A4 1C 34 0 24 10C 24 2F
Octal 166 116 244 34 64 0 44 414 44 57
Binary 1110110 1001110 10100100 11100 110100 0 100100 100001100 100100 101111

Color Harmonies of #764EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EA4

Black with #764EA4

Text Example


Text Example

White with #764EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,78,164); }

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

background-color css

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

 a { background-color: rgb(118,78,164); }

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

border-color css

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

 span { border-color: rgb(118,78,164); }

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