Html Css Color HEX #714CDD Slate Blue

📋 copy color: '#714CDD'

red 113 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #714CDD

Tints of Slate Blue #714CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 27.56%
G = 18.54%
B = 53.9%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#714CDD (or 0x714CDD) is known color: Slate Blue. HEX triplet: 71, 4C and DD. RGB value is (113,76,221). Sum of RGB (Red+Green+Blue) = 113+76+221=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #714CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CDD is #8EB322. Grayscale: #676767. Windows color (decimal): -9351971 or 14503025. OLE color: 14503025.

HSL color Cylindrical-coordinate representation of color #714CDD: hue angle of 255.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714CDD is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 76 221 -
CMYK 0.49 0.66 0 0.13
HSL 255.31º 0.68% 0.58% -
HSV(B) 255.31º 0.66% 0.87% -
XYZ 22.45 13.9 69.91 -
YUV 103.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 113 76 221 0.49 0.66 0 0.13 255.31 0.68 0.58
Hex 71 4C DD 31 42 0 D FF 44 3A
Octal 161 114 335 61 102 0 15 377 104 72
Binary 1110001 1001100 11011101 110001 1000010 0 1101 11111111 1000100 111010

Color Harmonies of #714CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CDD

Black with #714CDD

Text Example


Text Example

White with #714CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714CDD; }

 p { color: rgb(113,76,221); }

 H1.HeaderClassName
 {
   color: #714CDD;
 }
 .AnyTagClassName
 {
   color: #714CDD;
 }
</style>

background-color css

<style>
 a { background-color: #714CDD; }

 a { background-color: rgb(113,76,221); }

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

border-color css

<style>
 span { border-color: #714CDD; }

 span { border-color: rgb(113,76,221); }

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