Html Css Color HEX #7646BA Studio

📋 copy color: '#7646BA'

red 118 ◦ green 70 ◦ blue 186

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

Shades of Studio #7646BA

Tints of Studio #7646BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

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

R = 31.55%
G = 18.72%
B = 49.73%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7646BA (or 0x7646BA) is known color: Studio. HEX triplet: 76, 46 and BA. RGB value is (118,70,186). Sum of RGB (Red+Green+Blue) = 118+70+186=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #7646BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7646BA is #89B945. Grayscale: #616161. Windows color (decimal): -9025862 or 12207734. OLE color: 12207734.

HSL color Cylindrical-coordinate representation of color #7646BA: hue angle of 264.83º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7646BA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 70 186 -
CMYK 0.37 0.62 0 0.27
HSL 264.83º 0.46% 0.5% -
HSV(B) 264.83º 0.62% 0.73% -
XYZ 18.52 11.78 47.75 -
YUV 97.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 118 70 186 0.37 0.62 0 0.27 264.83 0.46 0.5
Hex 76 46 BA 25 3E 0 1B 109 2E 32
Octal 166 106 272 45 76 0 33 411 56 62
Binary 1110110 1000110 10111010 100101 111110 0 11011 100001001 101110 110010

Color Harmonies of #7646BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7646BA

Black with #7646BA

Text Example


Text Example

White with #7646BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7646BA; }

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

 H1.HeaderClassName
 {
   color: #7646BA;
 }
 .AnyTagClassName
 {
   color: #7646BA;
 }
</style>

background-color css

<style>
 a { background-color: #7646BA; }

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

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

border-color css

<style>
 span { border-color: #7646BA; }

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

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