Html Css Color HEX #764DAB Studio

📋 copy color: '#764DAB'

red 118 ◦ green 77 ◦ blue 171

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

Shades of Studio #764DAB

Tints of Studio #764DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

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

R = 32.24%
G = 21.04%
B = 46.72%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#764DAB (or 0x764DAB) is known color: Studio. HEX triplet: 76, 4D and AB. RGB value is (118,77,171). Sum of RGB (Red+Green+Blue) = 118+77+171=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #764DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DAB is #89B254. Grayscale: #636363. Windows color (decimal): -9024085 or 11226486. OLE color: 11226486.

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

Color convert

RGB 118 77 171 -
CMYK 0.31 0.55 0 0.33
HSL 266.17º 0.38% 0.49% -
HSV(B) 266.17º 0.55% 0.67% -
XYZ 17.48 12.1 39.94 -
YUV 99.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 118 77 171 0.31 0.55 0 0.33 266.17 0.38 0.49
Hex 76 4D AB 1F 37 0 21 10A 26 31
Octal 166 115 253 37 67 0 41 412 46 61
Binary 1110110 1001101 10101011 11111 110111 0 100001 100001010 100110 110001

Color Harmonies of #764DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DAB

Black with #764DAB

Text Example


Text Example

White with #764DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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