Html Css Color HEX #7063CD Slate Blue

📋 copy color: '#7063CD'

red 112 ◦ green 99 ◦ blue 205

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

Shades of Slate Blue #7063CD

Tints of Slate Blue #7063CD

RGB

 RED value IS 112 (44.14% from 255) = 26.92%

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

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

R = 26.92%
G = 23.8%
B = 49.28%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7063CD (or 0x7063CD) is known color: Slate Blue. HEX triplet: 70, 63 and CD. RGB value is (112,99,205). Sum of RGB (Red+Green+Blue) = 112+99+205=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #7063CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7063CD is #8F9C32. Grayscale: #727272. Windows color (decimal): -9411635 or 13460336. OLE color: 13460336.

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

Color convert

RGB 112 99 205 -
CMYK 0.45 0.52 0 0.20
HSL 247.36º 0.51% 0.6% -
HSV(B) 247.36º 0.52% 0.8% -
XYZ 22.16 16.78 59.83 -
YUV 114.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 112 99 205 0.45 0.52 0 0.20 247.36 0.51 0.6
Hex 70 63 CD 2D 34 0 14 F7 33 3C
Octal 160 143 315 55 64 0 24 367 63 74
Binary 1110000 1100011 11001101 101101 110100 0 10100 11110111 110011 111100

Color Harmonies of #7063CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063CD

Black with #7063CD

Text Example


Text Example

White with #7063CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,99,205); }

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

background-color css

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

 a { background-color: rgb(112,99,205); }

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

border-color css

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

 span { border-color: rgb(112,99,205); }

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