Html Css Color HEX #716ACB Slate Blue

📋 copy color: '#716ACB'

red 113 ◦ green 106 ◦ blue 203

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

Shades of Slate Blue #716ACB

Tints of Slate Blue #716ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.12%

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

R = 26.78%
G = 25.12%
B = 48.1%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#716ACB (or 0x716ACB) is known color: Slate Blue. HEX triplet: 71, 6A and CB. RGB value is (113,106,203). Sum of RGB (Red+Green+Blue) = 113+106+203=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #716ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ACB is #8E9534. Grayscale: #767676. Windows color (decimal): -9344309 or 13331057. OLE color: 13331057.

HSL color Cylindrical-coordinate representation of color #716ACB: hue angle of 244.33º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #716ACB is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 106 203 -
CMYK 0.44 0.48 0 0.20
HSL 244.33º 0.48% 0.61% -
HSV(B) 244.33º 0.48% 0.8% -
XYZ 22.74 18.13 58.8 -
YUV 119.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 113 106 203 0.44 0.48 0 0.20 244.33 0.48 0.61
Hex 71 6A CB 2C 30 0 14 F4 30 3D
Octal 161 152 313 54 60 0 24 364 60 75
Binary 1110001 1101010 11001011 101100 110000 0 10100 11110100 110000 111101

Color Harmonies of #716ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ACB

Black with #716ACB

Text Example


Text Example

White with #716ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716ACB; }

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

 H1.HeaderClassName
 {
   color: #716ACB;
 }
 .AnyTagClassName
 {
   color: #716ACB;
 }
</style>

background-color css

<style>
 a { background-color: #716ACB; }

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

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

border-color css

<style>
 span { border-color: #716ACB; }

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

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