Html Css Color HEX #7155DE Slate Blue

📋 copy color: '#7155DE'

red 113 ◦ green 85 ◦ blue 222

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

Shades of Slate Blue #7155DE

Tints of Slate Blue #7155DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 26.9%
G = 20.24%
B = 52.86%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7155DE (or 0x7155DE) is known color: Slate Blue. HEX triplet: 71, 55 and DE. RGB value is (113,85,222). Sum of RGB (Red+Green+Blue) = 113+85+222=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #7155DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155DE is #8EAA21. Grayscale: #6C6C6C. Windows color (decimal): -9349666 or 14570865. OLE color: 14570865.

HSL color Cylindrical-coordinate representation of color #7155DE: hue angle of 252.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7155DE is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 85 222 -
CMYK 0.49 0.62 0 0.13
HSL 252.26º 0.67% 0.6% -
HSV(B) 252.26º 0.62% 0.87% -
XYZ 23.24 15.28 70.83 -
YUV 108.99 191.78 130.86 -
System Red Green Blue C M Y K H S L
Decimal 113 85 222 0.49 0.62 0 0.13 252.26 0.67 0.6
Hex 71 55 DE 31 3E 0 D FC 43 3C
Octal 161 125 336 61 76 0 15 374 103 74
Binary 1110001 1010101 11011110 110001 111110 0 1101 11111100 1000011 111100

Color Harmonies of #7155DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155DE

Black with #7155DE

Text Example


Text Example

White with #7155DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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