Html Css Color HEX #7163CB Slate Blue

📋 copy color: '#7163CB'

red 113 ◦ green 99 ◦ blue 203

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

Shades of Slate Blue #7163CB

Tints of Slate Blue #7163CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 27.23%
G = 23.86%
B = 48.92%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7163CB (or 0x7163CB) is known color: Slate Blue. HEX triplet: 71, 63 and CB. RGB value is (113,99,203). Sum of RGB (Red+Green+Blue) = 113+99+203=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #7163CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163CB is #8E9C34. Grayscale: #727272. Windows color (decimal): -9346101 or 13329265. OLE color: 13329265.

HSL color Cylindrical-coordinate representation of color #7163CB: hue angle of 248.08º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7163CB is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 99 203 -
CMYK 0.44 0.51 0 0.20
HSL 248.08º 0.5% 0.59% -
HSV(B) 248.08º 0.51% 0.8% -
XYZ 22.05 16.75 58.57 -
YUV 115.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 113 99 203 0.44 0.51 0 0.20 248.08 0.5 0.59
Hex 71 63 CB 2C 33 0 14 F8 32 3B
Octal 161 143 313 54 63 0 24 370 62 73
Binary 1110001 1100011 11001011 101100 110011 0 10100 11111000 110010 111011

Color Harmonies of #7163CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7163CB

Black with #7163CB

Text Example


Text Example

White with #7163CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7163CB; }

 p { color: rgb(113,99,203); }

 H1.HeaderClassName
 {
   color: #7163CB;
 }
 .AnyTagClassName
 {
   color: #7163CB;
 }
</style>

background-color css

<style>
 a { background-color: #7163CB; }

 a { background-color: rgb(113,99,203); }

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

border-color css

<style>
 span { border-color: #7163CB; }

 span { border-color: rgb(113,99,203); }

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