Html Css Color HEX #814ACF Slate Blue

📋 copy color: '#814ACF'

red 129 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #814ACF

Tints of Slate Blue #814ACF

RGB

 RED value IS 129 (50.78% from 255) = 31.46%

 GREEN value IS 74 (29.3% from 255) = 18.05%

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

R = 31.46%
G = 18.05%
B = 50.49%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#814ACF (or 0x814ACF) is known color: Slate Blue. HEX triplet: 81, 4A and CF. RGB value is (129,74,207). Sum of RGB (Red+Green+Blue) = 129+74+207=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #814ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ACF is #7EB530. Grayscale: #696969. Windows color (decimal): -8303921 or 13585025. OLE color: 13585025.

HSL color Cylindrical-coordinate representation of color #814ACF: hue angle of 264.81º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #814ACF is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 74 207 -
CMYK 0.38 0.64 0 0.19
HSL 264.81º 0.58% 0.55% -
HSV(B) 264.81º 0.64% 0.81% -
XYZ 22.76 14.07 60.55 -
YUV 105.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 129 74 207 0.38 0.64 0 0.19 264.81 0.58 0.55
Hex 81 4A CF 26 40 0 13 109 3A 37
Octal 201 112 317 46 100 0 23 411 72 67
Binary 10000001 1001010 11001111 100110 1000000 0 10011 100001001 111010 110111

Color Harmonies of #814ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ACF

Black with #814ACF

Text Example


Text Example

White with #814ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814ACF; }

 p { color: rgb(129,74,207); }

 H1.HeaderClassName
 {
   color: #814ACF;
 }
 .AnyTagClassName
 {
   color: #814ACF;
 }
</style>

background-color css

<style>
 a { background-color: #814ACF; }

 a { background-color: rgb(129,74,207); }

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

border-color css

<style>
 span { border-color: #814ACF; }

 span { border-color: rgb(129,74,207); }

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