Html Css Color HEX #7351DD Slate Blue

📋 copy color: '#7351DD'

red 115 ◦ green 81 ◦ blue 221

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

Shades of Slate Blue #7351DD

Tints of Slate Blue #7351DD

RGB

 RED value IS 115 (45.31% from 255) = 27.58%

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

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

R = 27.58%
G = 19.42%
B = 53%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7351DD (or 0x7351DD) is known color: Slate Blue. HEX triplet: 73, 51 and DD. RGB value is (115,81,221). Sum of RGB (Red+Green+Blue) = 115+81+221=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #7351DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351DD is #8CAE22. Grayscale: #6A6A6A. Windows color (decimal): -9219619 or 14504307. OLE color: 14504307.

HSL color Cylindrical-coordinate representation of color #7351DD: hue angle of 254.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7351DD is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 81 221 -
CMYK 0.48 0.63 0 0.13
HSL 254.57º 0.67% 0.59% -
HSV(B) 254.57º 0.63% 0.87% -
XYZ 23.06 14.75 70.04 -
YUV 107.13 192.26 133.62 -
System Red Green Blue C M Y K H S L
Decimal 115 81 221 0.48 0.63 0 0.13 254.57 0.67 0.59
Hex 73 51 DD 30 3F 0 D FF 43 3B
Octal 163 121 335 60 77 0 15 377 103 73
Binary 1110011 1010001 11011101 110000 111111 0 1101 11111111 1000011 111011

Color Harmonies of #7351DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351DD

Black with #7351DD

Text Example


Text Example

White with #7351DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,81,221); }

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

background-color css

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

 a { background-color: rgb(115,81,221); }

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

border-color css

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

 span { border-color: rgb(115,81,221); }

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