Html Css Color HEX #7B4EB0 Studio

📋 copy color: '#7B4EB0'

red 123 ◦ green 78 ◦ blue 176

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

Shades of Studio #7B4EB0

Tints of Studio #7B4EB0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.69%

 BLUE value IS 176 (69.14% from 255) = 46.68%

R = 32.63%
G = 20.69%
B = 46.68%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B4EB0 (or 0x7B4EB0) is known color: Studio. HEX triplet: 7B, 4E and B0. RGB value is (123,78,176). Sum of RGB (Red+Green+Blue) = 123+78+176=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #7B4EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4EB0 is #84B14F. Grayscale: #666666. Windows color (decimal): -8696144 or 11554427. OLE color: 11554427.

HSL color Cylindrical-coordinate representation of color #7B4EB0: hue angle of 267.55º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B4EB0 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 78 176 -
CMYK 0.30 0.56 0 0.31
HSL 267.55º 0.39% 0.5% -
HSV(B) 267.55º 0.56% 0.69% -
XYZ 18.73 12.79 42.56 -
YUV 102.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 123 78 176 0.30 0.56 0 0.31 267.55 0.39 0.5
Hex 7B 4E B0 1E 38 0 1F 10C 27 32
Octal 173 116 260 36 70 0 37 414 47 62
Binary 1111011 1001110 10110000 11110 111000 0 11111 100001100 100111 110010

Color Harmonies of #7B4EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4EB0

Black with #7B4EB0

Text Example


Text Example

White with #7B4EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,78,176); }

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

background-color css

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

 a { background-color: rgb(123,78,176); }

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

border-color css

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

 span { border-color: rgb(123,78,176); }

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