Html Css Color HEX #7951B4 Studio

📋 copy color: '#7951B4'

red 121 ◦ green 81 ◦ blue 180

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

Shades of Studio #7951B4

Tints of Studio #7951B4

RGB

 RED value IS 121 (47.66% from 255) = 31.68%

 GREEN value IS 81 (32.03% from 255) = 21.2%

 BLUE value IS 180 (70.7% from 255) = 47.12%

R = 31.68%
G = 21.2%
B = 47.12%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7951B4 (or 0x7951B4) is known color: Studio. HEX triplet: 79, 51 and B4. RGB value is (121,81,180). Sum of RGB (Red+Green+Blue) = 121+81+180=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #7951B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951B4 is #86AE4B. Grayscale: #676767. Windows color (decimal): -8826444 or 11817337. OLE color: 11817337.

HSL color Cylindrical-coordinate representation of color #7951B4: hue angle of 264.24º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7951B4 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 81 180 -
CMYK 0.33 0.55 0 0.29
HSL 264.24º 0.4% 0.51% -
HSV(B) 264.24º 0.55% 0.71% -
XYZ 19.07 13.25 44.73 -
YUV 104.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 121 81 180 0.33 0.55 0 0.29 264.24 0.4 0.51
Hex 79 51 B4 21 37 0 1D 108 28 33
Octal 171 121 264 41 67 0 35 410 50 63
Binary 1111001 1010001 10110100 100001 110111 0 11101 100001000 101000 110011

Color Harmonies of #7951B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7951B4

Black with #7951B4

Text Example


Text Example

White with #7951B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7951B4; }

 p { color: rgb(121,81,180); }

 H1.HeaderClassName
 {
   color: #7951B4;
 }
 .AnyTagClassName
 {
   color: #7951B4;
 }
</style>

background-color css

<style>
 a { background-color: #7951B4; }

 a { background-color: rgb(121,81,180); }

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

border-color css

<style>
 span { border-color: #7951B4; }

 span { border-color: rgb(121,81,180); }

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