Html Css Color HEX #7351CA Slate Blue

📋 copy color: '#7351CA'

red 115 ◦ green 81 ◦ blue 202

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

Shades of Slate Blue #7351CA

Tints of Slate Blue #7351CA

RGB

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

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

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

R = 28.89%
G = 20.35%
B = 50.75%

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

#7351CA (or 0x7351CA) is known color: Slate Blue. HEX triplet: 73, 51 and CA. RGB value is (115,81,202). Sum of RGB (Red+Green+Blue) = 115+81+202=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #7351CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351CA is #8CAE35. Grayscale: #686868. Windows color (decimal): -9219638 or 13259123. OLE color: 13259123.

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

Color convert

RGB 115 81 202 -
CMYK 0.43 0.60 0 0.21
HSL 256.86º 0.53% 0.55% -
HSV(B) 256.86º 0.6% 0.79% -
XYZ 20.67 13.79 57.45 -
YUV 104.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 115 81 202 0.43 0.60 0 0.21 256.86 0.53 0.55
Hex 73 51 CA 2B 3C 0 15 101 35 37
Octal 163 121 312 53 74 0 25 401 65 67
Binary 1110011 1010001 11001010 101011 111100 0 10101 100000001 110101 110111

Color Harmonies of #7351CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351CA

Black with #7351CA

Text Example


Text Example

White with #7351CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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