Html Css Color HEX #7951DA Slate Blue

📋 copy color: '#7951DA'

red 121 ◦ green 81 ◦ blue 218

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

Shades of Slate Blue #7951DA

Tints of Slate Blue #7951DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 28.81%
G = 19.29%
B = 51.9%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7951DA (or 0x7951DA) is known color: Slate Blue. HEX triplet: 79, 51 and DA. RGB value is (121,81,218). Sum of RGB (Red+Green+Blue) = 121+81+218=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #7951DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951DA is #86AE25. Grayscale: #6C6C6C. Windows color (decimal): -8826406 or 14307705. OLE color: 14307705.

HSL color Cylindrical-coordinate representation of color #7951DA: hue angle of 257.52º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7951DA is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 81 218 -
CMYK 0.44 0.63 0 0.15
HSL 257.52º 0.65% 0.59% -
HSV(B) 257.52º 0.63% 0.85% -
XYZ 23.48 15.01 67.99 -
YUV 108.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 121 81 218 0.44 0.63 0 0.15 257.52 0.65 0.59
Hex 79 51 DA 2C 3F 0 F 102 41 3B
Octal 171 121 332 54 77 0 17 402 101 73
Binary 1111001 1010001 11011010 101100 111111 0 1111 100000010 1000001 111011

Color Harmonies of #7951DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7951DA

Black with #7951DA

Text Example


Text Example

White with #7951DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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