Html Css Color HEX #764ABA Studio

📋 copy color: '#764ABA'

red 118 ◦ green 74 ◦ blue 186

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

Shades of Studio #764ABA

Tints of Studio #764ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 31.22%
G = 19.58%
B = 49.21%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#764ABA (or 0x764ABA) is known color: Studio. HEX triplet: 76, 4A and BA. RGB value is (118,74,186). Sum of RGB (Red+Green+Blue) = 118+74+186=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #764ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ABA is #89B545. Grayscale: #636363. Windows color (decimal): -9024838 or 12208758. OLE color: 12208758.

HSL color Cylindrical-coordinate representation of color #764ABA: hue angle of 263.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764ABA is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 74 186 -
CMYK 0.37 0.60 0 0.27
HSL 263.57º 0.45% 0.51% -
HSV(B) 263.57º 0.6% 0.73% -
XYZ 18.78 12.29 47.84 -
YUV 99.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 118 74 186 0.37 0.60 0 0.27 263.57 0.45 0.51
Hex 76 4A BA 25 3C 0 1B 108 2D 33
Octal 166 112 272 45 74 0 33 410 55 63
Binary 1110110 1001010 10111010 100101 111100 0 11011 100001000 101101 110011

Color Harmonies of #764ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ABA

Black with #764ABA

Text Example


Text Example

White with #764ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,186); }

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

background-color css

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

 a { background-color: rgb(118,74,186); }

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

border-color css

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

 span { border-color: rgb(118,74,186); }

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