Html Css Color HEX #716BCB Slate Blue

📋 copy color: '#716BCB'

red 113 ◦ green 107 ◦ blue 203

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

Shades of Slate Blue #716BCB

Tints of Slate Blue #716BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

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

R = 26.71%
G = 25.3%
B = 47.99%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#716BCB (or 0x716BCB) is known color: Slate Blue. HEX triplet: 71, 6B and CB. RGB value is (113,107,203). Sum of RGB (Red+Green+Blue) = 113+107+203=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #716BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BCB is #8E9434. Grayscale: #777777. Windows color (decimal): -9344053 or 13331313. OLE color: 13331313.

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

Color convert

RGB 113 107 203 -
CMYK 0.44 0.47 0 0.20
HSL 243.75º 0.48% 0.61% -
HSV(B) 243.75º 0.47% 0.8% -
XYZ 22.85 18.34 58.84 -
YUV 119.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 113 107 203 0.44 0.47 0 0.20 243.75 0.48 0.61
Hex 71 6B CB 2C 2F 0 14 F4 30 3D
Octal 161 153 313 54 57 0 24 364 60 75
Binary 1110001 1101011 11001011 101100 101111 0 10100 11110100 110000 111101

Color Harmonies of #716BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716BCB

Black with #716BCB

Text Example


Text Example

White with #716BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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