Html Css Color HEX #7351C9 Slate Blue

📋 copy color: '#7351C9'

red 115 ◦ green 81 ◦ blue 201

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

Shades of Slate Blue #7351C9

Tints of Slate Blue #7351C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 28.97%
G = 20.4%
B = 50.63%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7351C9 (or 0x7351C9) is known color: Slate Blue. HEX triplet: 73, 51 and C9. RGB value is (115,81,201). Sum of RGB (Red+Green+Blue) = 115+81+201=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #7351C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351C9 is #8CAE36. Grayscale: #686868. Windows color (decimal): -9219639 or 13193587. OLE color: 13193587.

HSL color Cylindrical-coordinate representation of color #7351C9: hue angle of 257º 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 #7351C9 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 81 201 -
CMYK 0.43 0.60 0 0.21
HSL 257º 0.53% 0.55% -
HSV(B) 257º 0.6% 0.79% -
XYZ 20.56 13.75 56.83 -
YUV 104.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 115 81 201 0.43 0.60 0 0.21 257 0.53 0.55
Hex 73 51 C9 2B 3C 0 15 101 35 37
Octal 163 121 311 53 74 0 25 401 65 67
Binary 1110011 1010001 11001001 101011 111100 0 10101 100000001 110101 110111

Color Harmonies of #7351C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351C9

Black with #7351C9

Text Example


Text Example

White with #7351C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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