Html Css Color HEX #814CDA Slate Blue

📋 copy color: '#814CDA'

red 129 ◦ green 76 ◦ blue 218

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

Shades of Slate Blue #814CDA

Tints of Slate Blue #814CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 30.5%
G = 17.97%
B = 51.54%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#814CDA (or 0x814CDA) is known color: Slate Blue. HEX triplet: 81, 4C and DA. RGB value is (129,76,218). Sum of RGB (Red+Green+Blue) = 129+76+218=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #814CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CDA is #7EB325. Grayscale: #6B6B6B. Windows color (decimal): -8303398 or 14306433. OLE color: 14306433.

HSL color Cylindrical-coordinate representation of color #814CDA: hue angle of 262.39º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814CDA is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 76 218 -
CMYK 0.41 0.65 0 0.15
HSL 262.39º 0.66% 0.58% -
HSV(B) 262.39º 0.65% 0.85% -
XYZ 24.29 14.9 67.92 -
YUV 108.04 190.06 142.95 -
System Red Green Blue C M Y K H S L
Decimal 129 76 218 0.41 0.65 0 0.15 262.39 0.66 0.58
Hex 81 4C DA 29 41 0 F 106 42 3A
Octal 201 114 332 51 101 0 17 406 102 72
Binary 10000001 1001100 11011010 101001 1000001 0 1111 100000110 1000010 111010

Color Harmonies of #814CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CDA

Black with #814CDA

Text Example


Text Example

White with #814CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,76,218); }

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

background-color css

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

 a { background-color: rgb(129,76,218); }

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

border-color css

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

 span { border-color: rgb(129,76,218); }

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