Html Css Color HEX #7350CA Slate Blue

📋 copy color: '#7350CA'

red 115 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #7350CA

Tints of Slate Blue #7350CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

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

R = 28.97%
G = 20.15%
B = 50.88%

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

#7350CA (or 0x7350CA) is known color: Slate Blue. HEX triplet: 73, 50 and CA. RGB value is (115,80,202). Sum of RGB (Red+Green+Blue) = 115+80+202=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #7350CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350CA is #8CAF35. Grayscale: #676767. Windows color (decimal): -9219894 or 13258867. OLE color: 13258867.

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

Color convert

RGB 115 80 202 -
CMYK 0.43 0.60 0 0.21
HSL 257.21º 0.54% 0.55% -
HSV(B) 257.21º 0.6% 0.79% -
XYZ 20.6 13.65 57.43 -
YUV 104.37 183.1 135.58 -
System Red Green Blue C M Y K H S L
Decimal 115 80 202 0.43 0.60 0 0.21 257.21 0.54 0.55
Hex 73 50 CA 2B 3C 0 15 101 36 37
Octal 163 120 312 53 74 0 25 401 66 67
Binary 1110011 1010000 11001010 101011 111100 0 10101 100000001 110110 110111

Color Harmonies of #7350CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350CA

Black with #7350CA

Text Example


Text Example

White with #7350CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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