Html Css Color HEX #764FAB Studio

📋 copy color: '#764FAB'

red 118 ◦ green 79 ◦ blue 171

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

Shades of Studio #764FAB

Tints of Studio #764FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 32.07%
G = 21.47%
B = 46.47%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#764FAB (or 0x764FAB) is known color: Studio. HEX triplet: 76, 4F and AB. RGB value is (118,79,171). Sum of RGB (Red+Green+Blue) = 118+79+171=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #764FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764FAB is #89B054. Grayscale: #646464. Windows color (decimal): -9023573 or 11226998. OLE color: 11226998.

HSL color Cylindrical-coordinate representation of color #764FAB: hue angle of 265.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764FAB is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 79 171 -
CMYK 0.31 0.54 0 0.33
HSL 265.43º 0.37% 0.49% -
HSV(B) 265.43º 0.54% 0.67% -
XYZ 17.62 12.38 39.99 -
YUV 101.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 118 79 171 0.31 0.54 0 0.33 265.43 0.37 0.49
Hex 76 4F AB 1F 36 0 21 109 25 31
Octal 166 117 253 37 66 0 41 411 45 61
Binary 1110110 1001111 10101011 11111 110110 0 100001 100001001 100101 110001

Color Harmonies of #764FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FAB

Black with #764FAB

Text Example


Text Example

White with #764FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,79,171); }

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

background-color css

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

 a { background-color: rgb(118,79,171); }

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

border-color css

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

 span { border-color: rgb(118,79,171); }

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