Html Css Color HEX #764FB3 Studio

📋 copy color: '#764FB3'

red 118 ◦ green 79 ◦ blue 179

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

Shades of Studio #764FB3

Tints of Studio #764FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 31.38%
G = 21.01%
B = 47.61%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#764FB3 (or 0x764FB3) is known color: Studio. HEX triplet: 76, 4F and B3. RGB value is (118,79,179). Sum of RGB (Red+Green+Blue) = 118+79+179=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #764FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FB3 is #89B04C. Grayscale: #656565. Windows color (decimal): -9023565 or 11751286. OLE color: 11751286.

HSL color Cylindrical-coordinate representation of color #764FB3: hue angle of 263.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764FB3 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 79 179 -
CMYK 0.34 0.56 0 0.30
HSL 263.4º 0.4% 0.51% -
HSV(B) 263.4º 0.56% 0.7% -
XYZ 18.4 12.7 44.13 -
YUV 102.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 118 79 179 0.34 0.56 0 0.30 263.4 0.4 0.51
Hex 76 4F B3 22 38 0 1E 107 28 33
Octal 166 117 263 42 70 0 36 407 50 63
Binary 1110110 1001111 10110011 100010 111000 0 11110 100000111 101000 110011

Color Harmonies of #764FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FB3

Black with #764FB3

Text Example


Text Example

White with #764FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,79,179); }

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

background-color css

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

 a { background-color: rgb(118,79,179); }

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

border-color css

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

 span { border-color: rgb(118,79,179); }

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