Html Css Color HEX #714FCF Slate Blue

📋 copy color: '#714FCF'

red 113 ◦ green 79 ◦ blue 207

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

Shades of Slate Blue #714FCF

Tints of Slate Blue #714FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.8%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 28.32%
G = 19.8%
B = 51.88%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#714FCF (or 0x714FCF) is known color: Slate Blue. HEX triplet: 71, 4F and CF. RGB value is (113,79,207). Sum of RGB (Red+Green+Blue) = 113+79+207=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #714FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FCF is #8EB030. Grayscale: #676767. Windows color (decimal): -9351217 or 13586289. OLE color: 13586289.

HSL color Cylindrical-coordinate representation of color #714FCF: hue angle of 255.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714FCF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 79 207 -
CMYK 0.45 0.62 0 0.19
HSL 255.94º 0.57% 0.56% -
HSV(B) 255.94º 0.62% 0.81% -
XYZ 20.87 13.61 60.56 -
YUV 103.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 113 79 207 0.45 0.62 0 0.19 255.94 0.57 0.56
Hex 71 4F CF 2D 3E 0 13 100 39 38
Octal 161 117 317 55 76 0 23 400 71 70
Binary 1110001 1001111 11001111 101101 111110 0 10011 100000000 111001 111000

Color Harmonies of #714FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FCF

Black with #714FCF

Text Example


Text Example

White with #714FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,79,207); }

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

background-color css

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

 a { background-color: rgb(113,79,207); }

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

border-color css

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

 span { border-color: rgb(113,79,207); }

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