Html Css Color HEX #815ACF Slate Blue

📋 copy color: '#815ACF'

red 129 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #815ACF

Tints of Slate Blue #815ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.13%

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

R = 30.28%
G = 21.13%
B = 48.59%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#815ACF (or 0x815ACF) is known color: Slate Blue. HEX triplet: 81, 5A and CF. RGB value is (129,90,207). Sum of RGB (Red+Green+Blue) = 129+90+207=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #815ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ACF is #7EA530. Grayscale: #727272. Windows color (decimal): -8299825 or 13589121. OLE color: 13589121.

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

Color convert

RGB 129 90 207 -
CMYK 0.38 0.57 0 0.19
HSL 260º 0.55% 0.58% -
HSV(B) 260º 0.57% 0.81% -
XYZ 23.97 16.48 60.95 -
YUV 115 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 129 90 207 0.38 0.57 0 0.19 260 0.55 0.58
Hex 81 5A CF 26 39 0 13 104 37 3A
Octal 201 132 317 46 71 0 23 404 67 72
Binary 10000001 1011010 11001111 100110 111001 0 10011 100000100 110111 111010

Color Harmonies of #815ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815ACF

Black with #815ACF

Text Example


Text Example

White with #815ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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