Html Css Color HEX #7355CE Slate Blue

📋 copy color: '#7355CE'

red 115 ◦ green 85 ◦ blue 206

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

Shades of Slate Blue #7355CE

Tints of Slate Blue #7355CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.94%

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

R = 28.33%
G = 20.94%
B = 50.74%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7355CE (or 0x7355CE) is known color: Slate Blue. HEX triplet: 73, 55 and CE. RGB value is (115,85,206). Sum of RGB (Red+Green+Blue) = 115+85+206=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #7355CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355CE is #8CAA31. Grayscale: #6B6B6B. Windows color (decimal): -9218610 or 13522291. OLE color: 13522291.

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

Color convert

RGB 115 85 206 -
CMYK 0.44 0.59 0 0.19
HSL 254.88º 0.55% 0.57% -
HSV(B) 254.88º 0.59% 0.81% -
XYZ 21.46 14.6 60.08 -
YUV 107.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 115 85 206 0.44 0.59 0 0.19 254.88 0.55 0.57
Hex 73 55 CE 2C 3B 0 13 FF 37 39
Octal 163 125 316 54 73 0 23 377 67 71
Binary 1110011 1010101 11001110 101100 111011 0 10011 11111111 110111 111001

Color Harmonies of #7355CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355CE

Black with #7355CE

Text Example


Text Example

White with #7355CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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