Html Css Color HEX #7648BB Studio

📋 copy color: '#7648BB'

red 118 ◦ green 72 ◦ blue 187

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

Shades of Studio #7648BB

Tints of Studio #7648BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 31.3%
G = 19.1%
B = 49.6%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7648BB (or 0x7648BB) is known color: Studio. HEX triplet: 76, 48 and BB. RGB value is (118,72,187). Sum of RGB (Red+Green+Blue) = 118+72+187=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #7648BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7648BB is #89B744. Grayscale: #626262. Windows color (decimal): -9025349 or 12273782. OLE color: 12273782.

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

Color convert

RGB 118 72 187 -
CMYK 0.37 0.61 0 0.27
HSL 264º 0.46% 0.51% -
HSV(B) 264º 0.61% 0.73% -
XYZ 18.76 12.07 48.36 -
YUV 98.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 118 72 187 0.37 0.61 0 0.27 264 0.46 0.51
Hex 76 48 BB 25 3D 0 1B 108 2E 33
Octal 166 110 273 45 75 0 33 410 56 63
Binary 1110110 1001000 10111011 100101 111101 0 11011 100001000 101110 110011

Color Harmonies of #7648BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7648BB

Black with #7648BB

Text Example


Text Example

White with #7648BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7648BB; }

 p { color: rgb(118,72,187); }

 H1.HeaderClassName
 {
   color: #7648BB;
 }
 .AnyTagClassName
 {
   color: #7648BB;
 }
</style>

background-color css

<style>
 a { background-color: #7648BB; }

 a { background-color: rgb(118,72,187); }

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

border-color css

<style>
 span { border-color: #7648BB; }

 span { border-color: rgb(118,72,187); }

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