Html Css Color HEX #7960CB Slate Blue

📋 copy color: '#7960CB'

red 121 ◦ green 96 ◦ blue 203

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

Shades of Slate Blue #7960CB

Tints of Slate Blue #7960CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 28.81%
G = 22.86%
B = 48.33%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7960CB (or 0x7960CB) is known color: Slate Blue. HEX triplet: 79, 60 and CB. RGB value is (121,96,203). Sum of RGB (Red+Green+Blue) = 121+96+203=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #7960CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960CB is #869F34. Grayscale: #737373. Windows color (decimal): -8822581 or 13328505. OLE color: 13328505.

HSL color Cylindrical-coordinate representation of color #7960CB: hue angle of 254.02º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7960CB is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 96 203 -
CMYK 0.40 0.53 0 0.20
HSL 254.02º 0.51% 0.59% -
HSV(B) 254.02º 0.53% 0.8% -
XYZ 22.85 16.74 58.53 -
YUV 115.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 121 96 203 0.40 0.53 0 0.20 254.02 0.51 0.59
Hex 79 60 CB 28 35 0 14 FE 33 3B
Octal 171 140 313 50 65 0 24 376 63 73
Binary 1111001 1100000 11001011 101000 110101 0 10100 11111110 110011 111011

Color Harmonies of #7960CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960CB

Black with #7960CB

Text Example


Text Example

White with #7960CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7960CB; }

 p { color: rgb(121,96,203); }

 H1.HeaderClassName
 {
   color: #7960CB;
 }
 .AnyTagClassName
 {
   color: #7960CB;
 }
</style>

background-color css

<style>
 a { background-color: #7960CB; }

 a { background-color: rgb(121,96,203); }

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

border-color css

<style>
 span { border-color: #7960CB; }

 span { border-color: rgb(121,96,203); }

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