Html Css Color HEX #7950CB Slate Blue

📋 copy color: '#7950CB'

red 121 ◦ green 80 ◦ blue 203

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

Shades of Slate Blue #7950CB

Tints of Slate Blue #7950CB

RGB

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

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

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

R = 29.95%
G = 19.8%
B = 50.25%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7950CB (or 0x7950CB) is known color: Slate Blue. HEX triplet: 79, 50 and CB. RGB value is (121,80,203). Sum of RGB (Red+Green+Blue) = 121+80+203=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #7950CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7950CB is #86AF34. Grayscale: #696969. Windows color (decimal): -8826677 or 13324409. OLE color: 13324409.

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

Color convert

RGB 121 80 203 -
CMYK 0.40 0.61 0 0.20
HSL 260º 0.54% 0.55% -
HSV(B) 260º 0.61% 0.8% -
XYZ 21.53 14.11 58.09 -
YUV 106.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 121 80 203 0.40 0.61 0 0.20 260 0.54 0.55
Hex 79 50 CB 28 3D 0 14 104 36 37
Octal 171 120 313 50 75 0 24 404 66 67
Binary 1111001 1010000 11001011 101000 111101 0 10100 100000100 110110 110111

Color Harmonies of #7950CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7950CB

Black with #7950CB

Text Example


Text Example

White with #7950CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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