Html Css Color HEX #814CDD Slate Blue

📋 copy color: '#814CDD'

red 129 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #814CDD

Tints of Slate Blue #814CDD

RGB

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

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

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

R = 30.28%
G = 17.84%
B = 51.88%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#814CDD (or 0x814CDD) is known color: Slate Blue. HEX triplet: 81, 4C and DD. RGB value is (129,76,221). Sum of RGB (Red+Green+Blue) = 129+76+221=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #814CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CDD is #7EB322. Grayscale: #6B6B6B. Windows color (decimal): -8303395 or 14503041. OLE color: 14503041.

HSL color Cylindrical-coordinate representation of color #814CDD: hue angle of 261.93º 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 #814CDD is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 76 221 -
CMYK 0.42 0.66 0 0.13
HSL 261.93º 0.68% 0.58% -
HSV(B) 261.93º 0.66% 0.87% -
XYZ 24.69 15.06 70.01 -
YUV 108.38 191.56 142.71 -
System Red Green Blue C M Y K H S L
Decimal 129 76 221 0.42 0.66 0 0.13 261.93 0.68 0.58
Hex 81 4C DD 2A 42 0 D 106 44 3A
Octal 201 114 335 52 102 0 15 406 104 72
Binary 10000001 1001100 11011101 101010 1000010 0 1101 100000110 1000100 111010

Color Harmonies of #814CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CDD

Black with #814CDD

Text Example


Text Example

White with #814CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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