Html Css Color HEX #764EB4 Studio

📋 copy color: '#764EB4'

red 118 ◦ green 78 ◦ blue 180

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

Shades of Studio #764EB4

Tints of Studio #764EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.87%

R = 31.38%
G = 20.74%
B = 47.87%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#764EB4 (or 0x764EB4) is known color: Studio. HEX triplet: 76, 4E and B4. RGB value is (118,78,180). Sum of RGB (Red+Green+Blue) = 118+78+180=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #764EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EB4 is #89B14B. Grayscale: #656565. Windows color (decimal): -9023820 or 11816566. OLE color: 11816566.

HSL color Cylindrical-coordinate representation of color #764EB4: hue angle of 263.53º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764EB4 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 78 180 -
CMYK 0.34 0.57 0 0.29
HSL 263.53º 0.4% 0.51% -
HSV(B) 263.53º 0.57% 0.71% -
XYZ 18.43 12.6 44.64 -
YUV 101.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 118 78 180 0.34 0.57 0 0.29 263.53 0.4 0.51
Hex 76 4E B4 22 39 0 1D 108 28 33
Octal 166 116 264 42 71 0 35 410 50 63
Binary 1110110 1001110 10110100 100010 111001 0 11101 100001000 101000 110011

Color Harmonies of #764EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EB4

Black with #764EB4

Text Example


Text Example

White with #764EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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