Html Css Color HEX #7958DD Slate Blue

📋 copy color: '#7958DD'

red 121 ◦ green 88 ◦ blue 221

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

Shades of Slate Blue #7958DD

Tints of Slate Blue #7958DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.47%

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 28.14%
G = 20.47%
B = 51.4%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7958DD (or 0x7958DD) is known color: Slate Blue. HEX triplet: 79, 58 and DD. RGB value is (121,88,221). Sum of RGB (Red+Green+Blue) = 121+88+221=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #7958DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958DD is #86A722. Grayscale: #707070. Windows color (decimal): -8824611 or 14506105. OLE color: 14506105.

HSL color Cylindrical-coordinate representation of color #7958DD: hue angle of 254.89º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7958DD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 88 221 -
CMYK 0.45 0.60 0 0.13
HSL 254.89º 0.66% 0.61% -
HSV(B) 254.89º 0.6% 0.87% -
XYZ 24.43 16.26 70.26 -
YUV 113.03 188.93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 121 88 221 0.45 0.60 0 0.13 254.89 0.66 0.61
Hex 79 58 DD 2D 3C 0 D FF 42 3D
Octal 171 130 335 55 74 0 15 377 102 75
Binary 1111001 1011000 11011101 101101 111100 0 1101 11111111 1000010 111101

Color Harmonies of #7958DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958DD

Black with #7958DD

Text Example


Text Example

White with #7958DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7958DD; }

 p { color: rgb(121,88,221); }

 H1.HeaderClassName
 {
   color: #7958DD;
 }
 .AnyTagClassName
 {
   color: #7958DD;
 }
</style>

background-color css

<style>
 a { background-color: #7958DD; }

 a { background-color: rgb(121,88,221); }

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

border-color css

<style>
 span { border-color: #7958DD; }

 span { border-color: rgb(121,88,221); }

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