Html Css Color HEX #7356CE Slate Blue

📋 copy color: '#7356CE'

red 115 ◦ green 86 ◦ blue 206

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

Shades of Slate Blue #7356CE

Tints of Slate Blue #7356CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 28.26%
G = 21.13%
B = 50.61%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7356CE (or 0x7356CE) is known color: Slate Blue. HEX triplet: 73, 56 and CE. RGB value is (115,86,206). Sum of RGB (Red+Green+Blue) = 115+86+206=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #7356CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356CE is #8CA931. Grayscale: #6B6B6B. Windows color (decimal): -9218354 or 13522547. OLE color: 13522547.

HSL color Cylindrical-coordinate representation of color #7356CE: hue angle of 254.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7356CE is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 86 206 -
CMYK 0.44 0.58 0 0.19
HSL 254.5º 0.55% 0.57% -
HSV(B) 254.5º 0.58% 0.81% -
XYZ 21.54 14.76 60.11 -
YUV 108.35 183.11 132.74 -
System Red Green Blue C M Y K H S L
Decimal 115 86 206 0.44 0.58 0 0.19 254.5 0.55 0.57
Hex 73 56 CE 2C 3A 0 13 FE 37 39
Octal 163 126 316 54 72 0 23 376 67 71
Binary 1110011 1010110 11001110 101100 111010 0 10011 11111110 110111 111001

Color Harmonies of #7356CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356CE

Black with #7356CE

Text Example


Text Example

White with #7356CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7356CE; }

 p { color: rgb(115,86,206); }

 H1.HeaderClassName
 {
   color: #7356CE;
 }
 .AnyTagClassName
 {
   color: #7356CE;
 }
</style>

background-color css

<style>
 a { background-color: #7356CE; }

 a { background-color: rgb(115,86,206); }

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

border-color css

<style>
 span { border-color: #7356CE; }

 span { border-color: rgb(115,86,206); }

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