Html Css Color HEX #7963D0 Slate Blue

📋 copy color: '#7963D0'

red 121 ◦ green 99 ◦ blue 208

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

Shades of Slate Blue #7963D0

Tints of Slate Blue #7963D0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.13%

 BLUE value IS 208 (81.64% from 255) = 48.6%

R = 28.27%
G = 23.13%
B = 48.6%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7963D0 (or 0x7963D0) is known color: Slate Blue. HEX triplet: 79, 63 and D0. RGB value is (121,99,208). Sum of RGB (Red+Green+Blue) = 121+99+208=428 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.27% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #7963D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7963D0 is #869C2F. Grayscale: #757575. Windows color (decimal): -8821808 or 13656953. OLE color: 13656953.

HSL color Cylindrical-coordinate representation of color #7963D0: hue angle of 252.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7963D0 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 99 208 -
CMYK 0.42 0.52 0 0.18
HSL 252.11º 0.54% 0.6% -
HSV(B) 252.11º 0.52% 0.82% -
XYZ 23.73 17.54 61.81 -
YUV 118 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 121 99 208 0.42 0.52 0 0.18 252.11 0.54 0.6
Hex 79 63 D0 2A 34 0 12 FC 36 3C
Octal 171 143 320 52 64 0 22 374 66 74
Binary 1111001 1100011 11010000 101010 110100 0 10010 11111100 110110 111100

Color Harmonies of #7963D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7963D0

Black with #7963D0

Text Example


Text Example

White with #7963D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7963D0; }

 p { color: rgb(121,99,208); }

 H1.HeaderClassName
 {
   color: #7963D0;
 }
 .AnyTagClassName
 {
   color: #7963D0;
 }
</style>

background-color css

<style>
 a { background-color: #7963D0; }

 a { background-color: rgb(121,99,208); }

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

border-color css

<style>
 span { border-color: #7963D0; }

 span { border-color: rgb(121,99,208); }

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