Html Css Color HEX #764CBA Studio

📋 copy color: '#764CBA'

red 118 ◦ green 76 ◦ blue 186

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

Shades of Studio #764CBA

Tints of Studio #764CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20%

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

R = 31.05%
G = 20%
B = 48.95%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#764CBA (or 0x764CBA) is known color: Studio. HEX triplet: 76, 4C and BA. RGB value is (118,76,186). Sum of RGB (Red+Green+Blue) = 118+76+186=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #764CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CBA is #89B345. Grayscale: #646464. Windows color (decimal): -9024326 or 12209270. OLE color: 12209270.

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

Color convert

RGB 118 76 186 -
CMYK 0.37 0.59 0 0.27
HSL 262.91º 0.44% 0.51% -
HSV(B) 262.91º 0.59% 0.73% -
XYZ 18.92 12.57 47.88 -
YUV 101.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 118 76 186 0.37 0.59 0 0.27 262.91 0.44 0.51
Hex 76 4C BA 25 3B 0 1B 107 2C 33
Octal 166 114 272 45 73 0 33 407 54 63
Binary 1110110 1001100 10111010 100101 111011 0 11011 100000111 101100 110011

Color Harmonies of #764CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CBA

Black with #764CBA

Text Example


Text Example

White with #764CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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