Html Css Color HEX #7155CD Slate Blue

📋 copy color: '#7155CD'

red 113 ◦ green 85 ◦ blue 205

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

Shades of Slate Blue #7155CD

Tints of Slate Blue #7155CD

RGB

 RED value IS 113 (44.53% from 255) = 28.04%

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

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 28.04%
G = 21.09%
B = 50.87%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7155CD (or 0x7155CD) is known color: Slate Blue. HEX triplet: 71, 55 and CD. RGB value is (113,85,205). Sum of RGB (Red+Green+Blue) = 113+85+205=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #7155CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155CD is #8EAA32. Grayscale: #6A6A6A. Windows color (decimal): -9349683 or 13456753. OLE color: 13456753.

HSL color Cylindrical-coordinate representation of color #7155CD: hue angle of 254º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7155CD is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 85 205 -
CMYK 0.45 0.59 0 0.20
HSL 254º 0.55% 0.57% -
HSV(B) 254º 0.59% 0.8% -
XYZ 21.08 14.42 59.43 -
YUV 107.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 113 85 205 0.45 0.59 0 0.20 254 0.55 0.57
Hex 71 55 CD 2D 3B 0 14 FE 37 39
Octal 161 125 315 55 73 0 24 376 67 71
Binary 1110001 1010101 11001101 101101 111011 0 10100 11111110 110111 111001

Color Harmonies of #7155CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155CD

Black with #7155CD

Text Example


Text Example

White with #7155CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7155CD; }

 p { color: rgb(113,85,205); }

 H1.HeaderClassName
 {
   color: #7155CD;
 }
 .AnyTagClassName
 {
   color: #7155CD;
 }
</style>

background-color css

<style>
 a { background-color: #7155CD; }

 a { background-color: rgb(113,85,205); }

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

border-color css

<style>
 span { border-color: #7155CD; }

 span { border-color: rgb(113,85,205); }

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