Html Css Color HEX #764ABD Studio

📋 copy color: '#764ABD'

red 118 ◦ green 74 ◦ blue 189

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

Shades of Studio #764ABD

Tints of Studio #764ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 30.97%
G = 19.42%
B = 49.61%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#764ABD (or 0x764ABD) is known color: Studio. HEX triplet: 76, 4A and BD. RGB value is (118,74,189). Sum of RGB (Red+Green+Blue) = 118+74+189=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #764ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ABD is #89B542. Grayscale: #636363. Windows color (decimal): -9024835 or 12405366. OLE color: 12405366.

HSL color Cylindrical-coordinate representation of color #764ABD: hue angle of 262.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #764ABD is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 74 189 -
CMYK 0.38 0.61 0 0.26
HSL 262.96º 0.47% 0.52% -
HSV(B) 262.96º 0.61% 0.74% -
XYZ 19.11 12.42 49.54 -
YUV 100.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 118 74 189 0.38 0.61 0 0.26 262.96 0.47 0.52
Hex 76 4A BD 26 3D 0 1A 107 2F 34
Octal 166 112 275 46 75 0 32 407 57 64
Binary 1110110 1001010 10111101 100110 111101 0 11010 100000111 101111 110100

Color Harmonies of #764ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ABD

Black with #764ABD

Text Example


Text Example

White with #764ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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