Html Css Color HEX #7B5F9B Studio

📋 copy color: '#7B5F9B'

red 123 ◦ green 95 ◦ blue 155

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

Shades of Studio #7B5F9B

Tints of Studio #7B5F9B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

 BLUE value IS 155 (60.94% from 255) = 41.55%

R = 32.98%
G = 25.47%
B = 41.55%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B5F9B (or 0x7B5F9B) is known color: Studio. HEX triplet: 7B, 5F and 9B. RGB value is (123,95,155). Sum of RGB (Red+Green+Blue) = 123+95+155=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B5F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5F9B is #84A064. Grayscale: #6D6D6D. Windows color (decimal): -8691813 or 10182523. OLE color: 10182523.

HSL color Cylindrical-coordinate representation of color #7B5F9B: hue angle of 268º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B5F9B is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 95 155 -
CMYK 0.21 0.39 0 0.39
HSL 268º 0.24% 0.49% -
HSV(B) 268º 0.39% 0.61% -
XYZ 18.18 14.76 32.9 -
YUV 110.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 123 95 155 0.21 0.39 0 0.39 268 0.24 0.49
Hex 7B 5F 9B 15 27 0 27 10C 18 31
Octal 173 137 233 25 47 0 47 414 30 61
Binary 1111011 1011111 10011011 10101 100111 0 100111 100001100 11000 110001

Color Harmonies of #7B5F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5F9B

Black with #7B5F9B

Text Example


Text Example

White with #7B5F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,95,155); }

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

background-color css

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

 a { background-color: rgb(123,95,155); }

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

border-color css

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

 span { border-color: rgb(123,95,155); }

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