Html Css Color HEX #764BAA Studio

📋 copy color: '#764BAA'

red 118 ◦ green 75 ◦ blue 170

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

Shades of Studio #764BAA

Tints of Studio #764BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 32.51%
G = 20.66%
B = 46.83%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#764BAA (or 0x764BAA) is known color: Studio. HEX triplet: 76, 4B and AA. RGB value is (118,75,170). Sum of RGB (Red+Green+Blue) = 118+75+170=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #764BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764BAA is #89B455. Grayscale: #626262. Windows color (decimal): -9024598 or 11160438. OLE color: 11160438.

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

Color convert

RGB 118 75 170 -
CMYK 0.31 0.56 0 0.33
HSL 267.16º 0.39% 0.48% -
HSV(B) 267.16º 0.56% 0.67% -
XYZ 17.24 11.79 39.4 -
YUV 98.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 118 75 170 0.31 0.56 0 0.33 267.16 0.39 0.48
Hex 76 4B AA 1F 38 0 21 10B 27 30
Octal 166 113 252 37 70 0 41 413 47 60
Binary 1110110 1001011 10101010 11111 111000 0 100001 100001011 100111 110000

Color Harmonies of #764BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BAA

Black with #764BAA

Text Example


Text Example

White with #764BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,75,170); }

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

background-color css

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

 a { background-color: rgb(118,75,170); }

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

border-color css

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

 span { border-color: rgb(118,75,170); }

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