Html Css Color HEX #7951CA Slate Blue

📋 copy color: '#7951CA'

red 121 ◦ green 81 ◦ blue 202

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

Shades of Slate Blue #7951CA

Tints of Slate Blue #7951CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 29.95%
G = 20.05%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7951CA (or 0x7951CA) is known color: Slate Blue. HEX triplet: 79, 51 and CA. RGB value is (121,81,202). Sum of RGB (Red+Green+Blue) = 121+81+202=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #7951CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951CA is #86AE35. Grayscale: #6A6A6A. Windows color (decimal): -8826422 or 13259129. OLE color: 13259129.

HSL color Cylindrical-coordinate representation of color #7951CA: hue angle of 259.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7951CA is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 81 202 -
CMYK 0.40 0.60 0 0.21
HSL 259.83º 0.53% 0.55% -
HSV(B) 259.83º 0.6% 0.79% -
XYZ 21.49 14.21 57.49 -
YUV 106.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 121 81 202 0.40 0.60 0 0.21 259.83 0.53 0.55
Hex 79 51 CA 28 3C 0 15 104 35 37
Octal 171 121 312 50 74 0 25 404 65 67
Binary 1111001 1010001 11001010 101000 111100 0 10101 100000100 110101 110111

Color Harmonies of #7951CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7951CA

Black with #7951CA

Text Example


Text Example

White with #7951CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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