Html Css Color HEX #764BBA Studio

📋 copy color: '#764BBA'

red 118 ◦ green 75 ◦ blue 186

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

Shades of Studio #764BBA

Tints of Studio #764BBA

RGB

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

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

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

R = 31.13%
G = 19.79%
B = 49.08%

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

#764BBA (or 0x764BBA) is known color: Studio. HEX triplet: 76, 4B and BA. RGB value is (118,75,186). Sum of RGB (Red+Green+Blue) = 118+75+186=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #764BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BBA is #89B445. Grayscale: #646464. Windows color (decimal): -9024582 or 12209014. OLE color: 12209014.

HSL color Cylindrical-coordinate representation of color #764BBA: hue angle of 263.24º 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 #764BBA is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 75 186 -
CMYK 0.37 0.60 0 0.27
HSL 263.24º 0.45% 0.51% -
HSV(B) 263.24º 0.6% 0.73% -
XYZ 18.85 12.43 47.86 -
YUV 100.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 118 75 186 0.37 0.60 0 0.27 263.24 0.45 0.51
Hex 76 4B BA 25 3C 0 1B 107 2D 33
Octal 166 113 272 45 74 0 33 407 55 63
Binary 1110110 1001011 10111010 100101 111100 0 11011 100000111 101101 110011

Color Harmonies of #764BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BBA

Black with #764BBA

Text Example


Text Example

White with #764BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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