Html Css Color HEX #7748BB Studio

📋 copy color: '#7748BB'

red 119 ◦ green 72 ◦ blue 187

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

Shades of Studio #7748BB

Tints of Studio #7748BB

RGB

 RED value IS 119 (46.88% from 255) = 31.48%

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

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

R = 31.48%
G = 19.05%
B = 49.47%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7748BB (or 0x7748BB) is known color: Studio. HEX triplet: 77, 48 and BB. RGB value is (119,72,187). Sum of RGB (Red+Green+Blue) = 119+72+187=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #7748BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7748BB is #88B744. Grayscale: #626262. Windows color (decimal): -8959813 or 12273783. OLE color: 12273783.

HSL color Cylindrical-coordinate representation of color #7748BB: hue angle of 264.52º 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 #7748BB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 72 187 -
CMYK 0.36 0.61 0 0.27
HSL 264.52º 0.46% 0.51% -
HSV(B) 264.52º 0.61% 0.73% -
XYZ 18.89 12.14 48.36 -
YUV 99.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 119 72 187 0.36 0.61 0 0.27 264.52 0.46 0.51
Hex 77 48 BB 24 3D 0 1B 109 2E 33
Octal 167 110 273 44 75 0 33 411 56 63
Binary 1110111 1001000 10111011 100100 111101 0 11011 100001001 101110 110011

Color Harmonies of #7748BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7748BB

Black with #7748BB

Text Example


Text Example

White with #7748BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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