Html Css Color HEX #7356CF Slate Blue

📋 copy color: '#7356CF'

red 115 ◦ green 86 ◦ blue 207

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

Shades of Slate Blue #7356CF

Tints of Slate Blue #7356CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 28.19%
G = 21.08%
B = 50.74%

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

#7356CF (or 0x7356CF) is known color: Slate Blue. HEX triplet: 73, 56 and CF. RGB value is (115,86,207). Sum of RGB (Red+Green+Blue) = 115+86+207=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #7356CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356CF is #8CA930. Grayscale: #6C6C6C. Windows color (decimal): -9218353 or 13588083. OLE color: 13588083.

HSL color Cylindrical-coordinate representation of color #7356CF: hue angle of 254.38º degrees, saturation: 0.56, 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 #7356CF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 86 207 -
CMYK 0.44 0.58 0 0.19
HSL 254.38º 0.56% 0.57% -
HSV(B) 254.38º 0.58% 0.81% -
XYZ 21.66 14.81 60.75 -
YUV 108.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 115 86 207 0.44 0.58 0 0.19 254.38 0.56 0.57
Hex 73 56 CF 2C 3A 0 13 FE 38 39
Octal 163 126 317 54 72 0 23 376 70 71
Binary 1110011 1010110 11001111 101100 111010 0 10011 11111110 111000 111001

Color Harmonies of #7356CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356CF

Black with #7356CF

Text Example


Text Example

White with #7356CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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