Html Css Color HEX #764EAF Studio

📋 copy color: '#764EAF'

red 118 ◦ green 78 ◦ blue 175

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

Shades of Studio #764EAF

Tints of Studio #764EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 31.81%
G = 21.02%
B = 47.17%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#764EAF (or 0x764EAF) is known color: Studio. HEX triplet: 76, 4E and AF. RGB value is (118,78,175). Sum of RGB (Red+Green+Blue) = 118+78+175=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #764EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764EAF is #89B150. Grayscale: #646464. Windows color (decimal): -9023825 or 11488886. OLE color: 11488886.

HSL color Cylindrical-coordinate representation of color #764EAF: hue angle of 264.74º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764EAF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 78 175 -
CMYK 0.33 0.55 0 0.31
HSL 264.74º 0.38% 0.5% -
HSV(B) 264.74º 0.55% 0.69% -
XYZ 17.93 12.4 42 -
YUV 101.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 118 78 175 0.33 0.55 0 0.31 264.74 0.38 0.5
Hex 76 4E AF 21 37 0 1F 109 26 32
Octal 166 116 257 41 67 0 37 411 46 62
Binary 1110110 1001110 10101111 100001 110111 0 11111 100001001 100110 110010

Color Harmonies of #764EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EAF

Black with #764EAF

Text Example


Text Example

White with #764EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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