Html Css Color HEX #7B50BB Studio

📋 copy color: '#7B50BB'

red 123 ◦ green 80 ◦ blue 187

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

Shades of Studio #7B50BB

Tints of Studio #7B50BB

RGB

 RED value IS 123 (48.44% from 255) = 31.54%

 GREEN value IS 80 (31.64% from 255) = 20.51%

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

R = 31.54%
G = 20.51%
B = 47.95%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B50BB (or 0x7B50BB) is known color: Studio. HEX triplet: 7B, 50 and BB. RGB value is (123,80,187). Sum of RGB (Red+Green+Blue) = 123+80+187=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B50BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50BB is #84AF44. Grayscale: #686868. Windows color (decimal): -8695621 or 12275835. OLE color: 12275835.

HSL color Cylindrical-coordinate representation of color #7B50BB: hue angle of 264.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B50BB is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 80 187 -
CMYK 0.34 0.57 0 0.27
HSL 264.11º 0.44% 0.52% -
HSV(B) 264.11º 0.57% 0.73% -
XYZ 20.01 13.54 48.57 -
YUV 105.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 123 80 187 0.34 0.57 0 0.27 264.11 0.44 0.52
Hex 7B 50 BB 22 39 0 1B 108 2C 34
Octal 173 120 273 42 71 0 33 410 54 64
Binary 1111011 1010000 10111011 100010 111001 0 11011 100001000 101100 110100

Color Harmonies of #7B50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B50BB

Black with #7B50BB

Text Example


Text Example

White with #7B50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B50BB; }

 p { color: rgb(123,80,187); }

 H1.HeaderClassName
 {
   color: #7B50BB;
 }
 .AnyTagClassName
 {
   color: #7B50BB;
 }
</style>

background-color css

<style>
 a { background-color: #7B50BB; }

 a { background-color: rgb(123,80,187); }

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

border-color css

<style>
 span { border-color: #7B50BB; }

 span { border-color: rgb(123,80,187); }

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