Html Css Color HEX #7950CF Slate Blue

📋 copy color: '#7950CF'

red 121 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #7950CF

Tints of Slate Blue #7950CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 29.66%
G = 19.61%
B = 50.74%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7950CF (or 0x7950CF) is known color: Slate Blue. HEX triplet: 79, 50 and CF. RGB value is (121,80,207). Sum of RGB (Red+Green+Blue) = 121+80+207=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #7950CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7950CF is #86AF30. Grayscale: #6A6A6A. Windows color (decimal): -8826673 or 13586553. OLE color: 13586553.

HSL color Cylindrical-coordinate representation of color #7950CF: hue angle of 259.37º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7950CF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 80 207 -
CMYK 0.42 0.61 0 0.19
HSL 259.37º 0.57% 0.56% -
HSV(B) 259.37º 0.61% 0.81% -
XYZ 22.02 14.31 60.63 -
YUV 106.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 121 80 207 0.42 0.61 0 0.19 259.37 0.57 0.56
Hex 79 50 CF 2A 3D 0 13 103 39 38
Octal 171 120 317 52 75 0 23 403 71 70
Binary 1111001 1010000 11001111 101010 111101 0 10011 100000011 111001 111000

Color Harmonies of #7950CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7950CF

Black with #7950CF

Text Example


Text Example

White with #7950CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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