Html Css Color HEX #7169CE Slate Blue

📋 copy color: '#7169CE'

red 113 ◦ green 105 ◦ blue 206

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

Shades of Slate Blue #7169CE

Tints of Slate Blue #7169CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

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

R = 26.65%
G = 24.76%
B = 48.58%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7169CE (or 0x7169CE) is known color: Slate Blue. HEX triplet: 71, 69 and CE. RGB value is (113,105,206). Sum of RGB (Red+Green+Blue) = 113+105+206=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7169CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169CE is #8E9631. Grayscale: #767676. Windows color (decimal): -9344562 or 13527409. OLE color: 13527409.

HSL color Cylindrical-coordinate representation of color #7169CE: hue angle of 244.75º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7169CE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 105 206 -
CMYK 0.45 0.49 0 0.19
HSL 244.75º 0.51% 0.61% -
HSV(B) 244.75º 0.49% 0.81% -
XYZ 23 18.07 60.67 -
YUV 118.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 113 105 206 0.45 0.49 0 0.19 244.75 0.51 0.61
Hex 71 69 CE 2D 31 0 13 F5 33 3D
Octal 161 151 316 55 61 0 23 365 63 75
Binary 1110001 1101001 11001110 101101 110001 0 10011 11110101 110011 111101

Color Harmonies of #7169CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7169CE

Black with #7169CE

Text Example


Text Example

White with #7169CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,105,206); }

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

background-color css

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

 a { background-color: rgb(113,105,206); }

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

border-color css

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

 span { border-color: rgb(113,105,206); }

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